mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-04 01:59:14 +00:00
Stabilize 2024 flag
The 2024 edition is now stable on nightly, so the `-Z` flag is no longer necessary.
This commit is contained in:
parent
d1078434af
commit
42f18d1e51
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ impl MDBook {
|
|||
cmd.args(["--edition", "2021"]);
|
||||
}
|
||||
RustEdition::E2024 => {
|
||||
cmd.args(["--edition", "2024", "-Zunstable-options"]);
|
||||
cmd.args(["--edition", "2024"]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue