We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d203331 commit 5953ab1Copy full SHA for 5953ab1
book.toml
@@ -16,7 +16,7 @@ smart-punctuation = true
16
"/unsafe-functions.html" = "unsafe-keyword.html"
17
18
[rust]
19
-edition = "2021"
+edition = "2024"
20
21
[preprocessor.spec]
22
command = "cargo run --release --manifest-path mdbook-spec/Cargo.toml"
src/destructors.md
@@ -226,7 +226,6 @@ r[destructors.scope.temporary.edition2024]
226
227
Some examples:
228
229
-<!--TODO: edition2024 -->
230
```rust
231
# struct PrintOnDrop(&'static str);
232
# impl Drop for PrintOnDrop {
0 commit comments