Skip to content

Commit fc6c31e

Browse files
committed
Use renamed clippy lint
1 parent 9d38d19 commit fc6c31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(clippy::new_without_default_derive)] // https://github.com/rust-lang/rust-clippy/issues/3632
1+
#![allow(clippy::new_without_default)] // https://github.com/rust-lang/rust-clippy/issues/3632
22

33
use serde_json;
44
use std::collections::HashMap;

0 commit comments

Comments
 (0)