Skip to content

Commit

Permalink
updated for clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Dec 3, 2021
1 parent 9e83651 commit 012cfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub struct Instructions {
sysinfo: Sysinfo,
}

#[cfg_attr(any(beta_lints, nightly_lints), allow(clippy::derivable_impls))]
#[allow(clippy::derivable_impls)]
impl Default for Instructions {
fn default() -> Self {
Self {
Expand Down

0 comments on commit 012cfa9

Please sign in to comment.