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 7b424c2 commit d3927eeCopy full SHA for d3927ee
crates/libs/core/src/imp/weak_ref_count.rs
@@ -1,4 +1,4 @@
1
-// TODO: looks like a bug in nightly clippy as the suggestion is invalid.
+// TODO: workaround for https://github.com/rust-lang/rust-clippy/issues/11113
2
#![allow(clippy::unnecessary_cast)]
3
4
use super::*;
0 commit comments