Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed May 28, 2024
1 parent 835d06f commit c907d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ntex-tls/src/counter.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[warn(dead_code)]

Check failure on line 1 in ntex-tls/src/counter.rs

View workflow job for this annotation

GitHub Actions / Clippy

useless lint attribute

Check failure on line 1 in ntex-tls/src/counter.rs

View workflow job for this annotation

GitHub Actions / Clippy

useless lint attribute
use std::{cell::Cell, future::poll_fn, rc::Rc, task, task::Poll};

use ntex_util::task::LocalWaker;
Expand Down
3 changes: 2 additions & 1 deletion ntex/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
clippy::borrow_interior_mutable_const,
clippy::needless_doctest_main,
clippy::too_many_arguments,
clippy::new_without_default
clippy::new_without_default,
clippy::let_underscore_future
)]

#[cfg(not(test))] // Work around for rust-lang/rust#62127
Expand Down

0 comments on commit c907d8d

Please sign in to comment.