Skip to content

Commit 6be8121

Browse files
committed
Stabilize 2021 flag.
1 parent d22299d commit 6be8121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/book/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@ impl MDBook {
275275
cmd.args(&["--edition", "2018"]);
276276
}
277277
RustEdition::E2021 => {
278-
cmd.args(&["--edition", "2021"])
279-
.args(&["-Z", "unstable-options"]);
278+
cmd.args(&["--edition", "2021"]);
280279
}
281280
}
282281
}

0 commit comments

Comments
 (0)