Skip to content

Commit ee8b86e

Browse files
committed
Lint management
Obviously, we span versions both before and after that particular lint.
1 parent 315f73b commit ee8b86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ impl Debt {
147147
/// other accesses.
148148
// Turn the lint off in clippy, but don't complain anywhere else. clippy::new_ret_no_self
149149
// doesn't work yet, that thing is not stabilized.
150-
#[allow(unknown_lints, new_ret_no_self)]
150+
#[allow(unknown_lints, renamed_and_removed_lints, new_ret_no_self)]
151151
#[inline]
152152
pub(crate) fn new(ptr: usize) -> Option<&'static Self> {
153153
THREAD_HEAD

0 commit comments

Comments
 (0)