File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1773,29 +1773,29 @@ fn in_workspace() {
1773
1773
. build ( ) ;
1774
1774
1775
1775
p. cargo ( "publish --no-verify --token sekrit -p foo" )
1776
- . with_stderr ( & format ! (
1776
+ . with_stderr (
1777
1777
"\
1778
1778
[UPDATING] [..]
1779
1779
[WARNING] manifest has no documentation, [..]
1780
1780
See [..]
1781
1781
[PACKAGING] foo v0.0.1 ([CWD]/foo)
1782
1782
[UPLOADING] foo v0.0.1 ([CWD]/foo)
1783
- "
1784
- ) )
1783
+ " ,
1784
+ )
1785
1785
. run ( ) ;
1786
1786
1787
1787
validate_upload_foo ( ) ;
1788
1788
1789
1789
p. cargo ( "publish --no-verify --token sekrit -p bar" )
1790
- . with_stderr ( & format ! (
1790
+ . with_stderr (
1791
1791
"\
1792
1792
[UPDATING] [..]
1793
1793
[WARNING] manifest has no documentation, [..]
1794
1794
See [..]
1795
1795
[PACKAGING] bar v0.0.1 ([CWD]/bar)
1796
1796
[UPLOADING] bar v0.0.1 ([CWD]/bar)
1797
- "
1798
- ) )
1797
+ " ,
1798
+ )
1799
1799
. run ( ) ;
1800
1800
1801
1801
validate_upload_bar ( ) ;
You can’t perform that action at this time.
0 commit comments