Skip to content

Commit 6c8020a

Browse files
authored
Merge pull request #2495 from ehuss/stabilize-2024
Stabilize 2024 flag
2 parents d107843 + 42f18d1 commit 6c8020a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/book/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ impl MDBook {
346346
cmd.args(["--edition", "2021"]);
347347
}
348348
RustEdition::E2024 => {
349-
cmd.args(["--edition", "2024", "-Zunstable-options"]);
349+
cmd.args(["--edition", "2024"]);
350350
}
351351
}
352352
}

0 commit comments

Comments
 (0)