File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ fn shows_warnings() {
686
686
. build ( ) ;
687
687
688
688
p. cargo ( "fix --allow-no-vcs" )
689
- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
689
+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
690
690
. run ( ) ;
691
691
}
692
692
@@ -929,11 +929,11 @@ fn shows_warnings_on_second_run_without_changes() {
929
929
. build ( ) ;
930
930
931
931
p. cargo ( "fix --allow-no-vcs" )
932
- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
932
+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
933
933
. run ( ) ;
934
934
935
935
p. cargo ( "fix --allow-no-vcs" )
936
- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
936
+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
937
937
. run ( ) ;
938
938
}
939
939
You can’t perform that action at this time.
0 commit comments