Skip to content

Commit

Permalink
Merge pull request #2495 from ehuss/stabilize-2024
Browse files Browse the repository at this point in the history
Stabilize 2024 flag
  • Loading branch information
ehuss authored Nov 25, 2024
2 parents d107843 + 42f18d1 commit 6c8020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ impl MDBook {
cmd.args(["--edition", "2021"]);
}
RustEdition::E2024 => {
cmd.args(["--edition", "2024", "-Zunstable-options"]);
cmd.args(["--edition", "2024"]);
}
}
}
Expand Down

0 comments on commit 6c8020a

Please sign in to comment.