mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 07:27:46 +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…
Add table
Add a link
Reference in a new issue