We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315f73b commit ee8b86eCopy full SHA for ee8b86e
src/debt.rs
@@ -147,7 +147,7 @@ impl Debt {
147
/// other accesses.
148
// Turn the lint off in clippy, but don't complain anywhere else. clippy::new_ret_no_self
149
// doesn't work yet, that thing is not stabilized.
150
- #[allow(unknown_lints, new_ret_no_self)]
+ #[allow(unknown_lints, renamed_and_removed_lints, new_ret_no_self)]
151
#[inline]
152
pub(crate) fn new(ptr: usize) -> Option<&'static Self> {
153
THREAD_HEAD
0 commit comments