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 9d38d19 commit fc6c31eCopy full SHA for fc6c31e
src/background/registry.rs
@@ -1,4 +1,4 @@
1
-#![allow(clippy::new_without_default_derive)] // https://github.com/rust-lang/rust-clippy/issues/3632
+#![allow(clippy::new_without_default)] // https://github.com/rust-lang/rust-clippy/issues/3632
2
3
use serde_json;
4
use std::collections::HashMap;
0 commit comments