mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
build/uucore_procs ~ fix proc_dbg!() for MinSRV of v1.31.0
This commit is contained in:
parent
14df9d2df3
commit
18b13ed4b4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ macro_rules! proc_dbg {
|
|||
#[cfg(not(feature = "debug"))]
|
||||
macro_rules! proc_dbg {
|
||||
($x:expr) => {
|
||||
std::convert::identity($x)
|
||||
$x
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue