Skip to content

Commit

Permalink
Add comment for suspect clippy warning (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jul 6, 2023
1 parent 7b424c2 commit d3927ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/core/src/imp/weak_ref_count.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 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
#![allow(clippy::unnecessary_cast)]

use super::*;
Expand Down

0 comments on commit d3927ee

Please sign in to comment.