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:
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"))]
|
#[cfg(not(feature = "debug"))]
|
||||||
macro_rules! proc_dbg {
|
macro_rules! proc_dbg {
|
||||||
($x:expr) => {
|
($x:expr) => {};
|
||||||
$x
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//## main!()
|
//## main!()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue