fix cargo clippy warning (no_effect)

This commit is contained in:
Roy Ivy III 2020-05-23 22:12:40 -05:00
parent b8c22496bb
commit 1013b760c4

View file

@ -20,9 +20,7 @@ macro_rules! proc_dbg {
}
#[cfg(not(feature = "debug"))]
macro_rules! proc_dbg {
($x:expr) => {
$x
};
($x:expr) => {};
}
//## main!()