chiark / gitweb /
daemon: drop some unneded allows
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 15:15:47 +0000 (16:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 15:15:47 +0000 (16:15 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
server/daemon.rs

index 02e0068167d1b1fbff29a92cbcca4ff03726c1db..c2b39a4ebd17158c671b9387c58a59a4edc33899 100644 (file)
@@ -2,10 +2,6 @@
 // SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
-#![allow(unused_imports)]
-#![allow(dead_code)]
-#![allow(unused_macros)]
-
 use std::convert::TryInto;
 use std::ffi::{c_int, CStr};
 use std::io::IoSlice;