diff --git a/src/hostname/hostname.rs b/src/hostname/hostname.rs index d3b8bd92c..82e5504dc 100644 --- a/src/hostname/hostname.rs +++ b/src/hostname/hostname.rs @@ -43,6 +43,7 @@ const SUMMARY: &str = "Print or set the system's host name."; const LONG_HELP: &str = ""; pub fn uumain(args: Vec) -> i32 { + #![allow(clippy::let_and_return)] #[cfg(windows)] unsafe { let mut data = std::mem::uninitialized();