From: Ian Jackson Date: Sun, 25 Sep 2022 15:15:47 +0000 (+0100) Subject: daemon: drop some unneded allows X-Git-Tag: hippotat/1.0.0~60 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ff93021eb9c454e6a10f7fc9d78e0bd9eb318690;p=hippotat.git daemon: drop some unneded allows Signed-off-by: Ian Jackson --- diff --git a/server/daemon.rs b/server/daemon.rs index 02e0068..c2b39a4 100644 --- a/server/daemon.rs +++ b/server/daemon.rs @@ -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;