Skip to content

Commit

Permalink
updated to only run if msrv is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Dec 3, 2021
1 parent 012cfa9 commit 6078ba9
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,
}

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

0 comments on commit 6078ba9

Please sign in to comment.