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 4b067af commit 9bcd23cCopy full SHA for 9bcd23c
src/metadata.rs
@@ -190,7 +190,7 @@ impl IntoIterator for Metadata {
190
191
// Disable implicit_hasher; suggested code fix does not compile. I think this might be a false
192
// positive, but I'm not sure.
193
-#[cfg_attr(feature = "cargo-clippy", allow(clippy::implicit_hasher))]
+#[allow(clippy::implicit_hasher)]
194
impl From<Metadata> for HashMap<String, Value> {
195
fn from(metadata: Metadata) -> Self {
196
metadata.values
0 commit comments