mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
fix cargo clippy
warning (no_effect)
This commit is contained in:
parent
b8c22496bb
commit
1013b760c4
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ macro_rules! proc_dbg {
|
|||
}
|
||||
#[cfg(not(feature = "debug"))]
|
||||
macro_rules! proc_dbg {
|
||||
($x:expr) => {
|
||||
$x
|
||||
};
|
||||
($x:expr) => {};
|
||||
}
|
||||
|
||||
//## main!()
|
||||
|
|
Loading…
Reference in a new issue