mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-04 18:19:27 +00:00
commit
6c8020a3b9
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