Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Krones <hello@philkrones.com>
  • Loading branch information
jyn514 and flip1995 authored Jun 29, 2021
1 parent 17fbb56 commit e842a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ mod tests {
use super::ClippyCmd;

#[test]
fn fix_unstable() {
fn fix() {
let args = "cargo clippy --fix".split_whitespace().map(ToString::to_string);
let cmd = ClippyCmd::new(args);
assert_eq!("fix", cmd.cargo_subcommand);
Expand Down

0 comments on commit e842a25

Please sign in to comment.