Skip to content

Commit 4d20fa5

Browse files
authored
Merge pull request #1642 from ehuss/stabilize-2021
Stabilize 2021 flag.
2 parents 9e47498 + 6be8121 commit 4d20fa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/book/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ impl MDBook {
276276
cmd.args(&["--edition", "2018"]);
277277
}
278278
RustEdition::E2021 => {
279-
cmd.args(&["--edition", "2021"])
280-
.args(&["-Z", "unstable-options"]);
279+
cmd.args(&["--edition", "2021"]);
281280
}
282281
}
283282
}

0 commit comments

Comments
 (0)