Skip to content

Commit 9d50efe

Browse files
committed
chore(tokio): warn on dead code
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 9d50efe

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)