Macro foot_gun::i_got_this[][src]

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

The i_got_this macro for unsafe code.

Inspired by a comment from @algo_luca

Usage

i_got_this!({
   // Unsafe code here
}