Skip to content

Commit 95c6aca

Browse files
committed
refactor: drop blanket allow(dead_code) from server.rs and utils.rs
1 parent cc60af6 commit 95c6aca

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(dead_code)]
21
#![allow(clippy::cmp_owned)]
32

43
use brotli::enc::{BrotliCompress, BrotliEncoderParams};

src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(dead_code)]
21
#![allow(clippy::cmp_owned)]
32

43
use crate::config::{self, get_setting};

0 commit comments

Comments
 (0)