mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
nl: fix dead_code warning in multicall build
This commit is contained in:
parent
f4615d746d
commit
43542e95d8
1 changed files with 1 additions and 0 deletions
1
nl/nl.rs
1
nl/nl.rs
|
@ -75,6 +75,7 @@ enum NumberFormat {
|
|||
RightZero,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn main () {
|
||||
os::set_exit_status(uumain(os::args()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue