1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

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"))] #[cfg(not(feature = "debug"))]
macro_rules! proc_dbg { macro_rules! proc_dbg {
($x:expr) => { ($x:expr) => {};
$x
};
} }
//## main!() //## main!()