Skip to content

Commit 1290685

Browse files
authored
chore(tokio): warn on dead code (#168)
there is a module-wide allowance for dead code that seems to be a holdover from when this was initially being written. removing this does not unearth any warnings, and ideally any future additions can be explicitly, and more narrowly, annotated accordingly if need be. Signed-off-by: katelyn martin <me+cratelyn@katelyn.world>
1 parent b90ff7d commit 1290685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rt/tokio.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(dead_code)]
21
//! Tokio IO integration for hyper
32
use std::{
43
future::Future,

0 commit comments

Comments
 (0)