#[includes_unwrap]Expand description
A marker attribute to indicate that a function contains unwrap() calls.
This helps identify potential panic points in code.
This attribute does not modify the function it annotates.
#[includes_unwrap]A marker attribute to indicate that a function contains unwrap() calls.
This helps identify potential panic points in code.
This attribute does not modify the function it annotates.