Attribute Macro includes_unwrap

Source
#[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.