Skip to content

Commit d3927ee

Browse files
authored
Add comment for suspect clippy warning (#2567)
1 parent 7b424c2 commit d3927ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libs/core/src/imp/weak_ref_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TODO: looks like a bug in nightly clippy as the suggestion is invalid.
1+
// TODO: workaround for https://github.com/rust-lang/rust-clippy/issues/11113
22
#![allow(clippy::unnecessary_cast)]
33

44
use super::*;

0 commit comments

Comments
 (0)