![github] ![crates-io] ![docs-rs]
A macro that is useful when you want to give the impression that a block of code is questionable, dishonest or suspicious.
``` unsafe fn dangerous() {}
fn main() { sus! { dangerous() } } ```