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() {
686686 . build ( ) ;
687687
688688 p. cargo ( "fix --allow-no-vcs" )
689- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
689+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
690690 . run ( ) ;
691691}
692692
@@ -929,11 +929,11 @@ fn shows_warnings_on_second_run_without_changes() {
929929 . build ( ) ;
930930
931931 p. cargo ( "fix --allow-no-vcs" )
932- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
932+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
933933 . run ( ) ;
934934
935935 p. cargo ( "fix --allow-no-vcs" )
936- . with_stderr_contains ( "[..]warning: use of deprecated item [..]" )
936+ . with_stderr_contains ( "[..]warning: use of deprecated[..]" )
937937 . run ( ) ;
938938}
939939
You can’t perform that action at this time.
0 commit comments