We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d484b65 + 537a020 commit e531f54Copy full SHA for e531f54
tests/testsuite/fix.rs
@@ -686,7 +686,7 @@ fn shows_warnings() {
686
.build();
687
688
p.cargo("fix --allow-no-vcs")
689
- .with_stderr_contains("[..]warning: use of deprecated item[..]")
+ .with_stderr_contains("[..]warning: use of deprecated[..]")
690
.run();
691
}
692
@@ -929,11 +929,11 @@ fn shows_warnings_on_second_run_without_changes() {
929
930
931
932
933
934
935
936
937
938
939
0 commit comments