Skip to content

Commit 42f18d1

Browse files
committed
Stabilize 2024 flag
The 2024 edition is now stable on nightly, so the `-Z` flag is no longer necessary.
1 parent d107843 commit 42f18d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/book/mod.rs

Lines changed: 1 addition & 1 deletion
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)