Macro foot_gun::foot_gun[][src]

macro_rules! foot_gun {
    ($e : block) => { ... };
}
Expand description

The foot_gun macro for unsafe code.

Inspired by a comment from @flukejones

Usage

foot_gun!({
   // Unsafe code here
}