Skip to content

Commit

Permalink
Fix linter warnings.
Browse files Browse the repository at this point in the history
Fixes some warning reported by the "cargo test" command
  • Loading branch information
jvanz committed Jan 27, 2022
1 parent 371cab9 commit 84534e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mod tests {
(allowed_profiles: $allowed_profiles:expr) => {
Settings {
allowed_profiles: $allowed_profiles.split(",").map(String::from).collect(),
};
}
};
}

Expand Down

0 comments on commit 84534e7

Please sign in to comment.