Skip to content

Commit e842a25

Browse files
jyn514flip1995
andauthored
Update src/main.rs
Co-authored-by: Philipp Krones <[email protected]>
1 parent 17fbb56 commit e842a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ mod tests {
169169
use super::ClippyCmd;
170170

171171
#[test]
172-
fn fix_unstable() {
172+
fn fix() {
173173
let args = "cargo clippy --fix".split_whitespace().map(ToString::to_string);
174174
let cmd = ClippyCmd::new(args);
175175
assert_eq!("fix", cmd.cargo_subcommand);

0 commit comments

Comments
 (0)