Sorry for the three issues, I am just trying to understand how this crate works. Why is there an if false() block in there? I mean the compiler probably cuts it out but I wondered if that was a development commit mistake https://github.com/microsoft/rust_win_etw/blob/c079e7111c431542ca285c05582d3ac5e66051b5/win_etw_provider/src/provider.rs#L175
Sorry for the three issues, I am just trying to understand how this crate works.
Why is there an if false() block in there?
I mean the compiler probably cuts it out but I wondered if that was a development commit mistake
rust_win_etw/win_etw_provider/src/provider.rs
Line 175 in c079e71