about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorBenjaminBrienen <Benjamin.Brienen@outlook.com>2025-03-10 12:41:35 +0100
committerBenjaminBrienen <Benjamin.Brienen@outlook.com>2025-03-15 21:32:01 +0100
commit87228245cf4e4ada84709b98e12f36db22b40a9e (patch)
treebe33007e958e6a21da862b1f34e5162ec259667e /src/tools/rust-analyzer/docs
parentebb85886abb8ea49c922601d6166b30e9e9cc8b3 (diff)
downloadrust-87228245cf4e4ada84709b98e12f36db22b40a9e.tar.gz
rust-87228245cf4e4ada84709b98e12f36db22b40a9e.zip
edition = "2024"
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/book/book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/book/book.toml b/src/tools/rust-analyzer/docs/book/book.toml
index a6f6a6ed784..edf11fadf08 100644
--- a/src/tools/rust-analyzer/docs/book/book.toml
+++ b/src/tools/rust-analyzer/docs/book/book.toml
@@ -6,7 +6,7 @@ src = "src"
 title = "rust-analyzer"
 
 [rust]
-edition = "2021"
+edition = "2024"
 
 [output.html]
 edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"