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 b1c52d5 commit ea585efCopy full SHA for ea585ef
clippy_lints/src/cargo/multiple_crate_versions.rs
@@ -21,7 +21,6 @@ pub(super) fn check(cx: &LateContext<'_>, metadata: &Metadata) {
21
// the code below temporarily rectifies this discrepancy
22
if p.name
23
.chars()
24
- .into_iter()
25
.map(|c| if c == '-' { '_' } else { c })
26
.eq(local_name.as_str().chars())
27
{
0 commit comments