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.
1 parent 27c49ae commit 2e9ea1eCopy full SHA for 2e9ea1e
tests/testsuite/doc.rs
@@ -1118,12 +1118,12 @@ fn doc_edition() {
1118
1119
p.cargo("doc -v")
1120
.masquerade_as_nightly_cargo()
1121
- .with_stderr_contains("[RUNNING] `rustdoc [..] --edition=2018[..]")
+ .with_stderr_contains("[RUNNING] `rustdoc [..]--edition=2018[..]")
1122
.run();
1123
1124
p.cargo("test -v")
1125
1126
1127
1128
}
1129
0 commit comments