1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

nl: fix dead_code warning in multicall build

This commit is contained in:
Michael Gehring 2014-06-17 03:22:01 +02:00
parent f4615d746d
commit 43542e95d8

View file

@ -75,6 +75,7 @@ enum NumberFormat {
RightZero, RightZero,
} }
#[allow(dead_code)]
fn main () { fn main () {
os::set_exit_status(uumain(os::args())); os::set_exit_status(uumain(os::args()));
} }