Skip to content

Commit a9bf0e0

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

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)