From bfde998d64ab4edc916839d7728cc0111e24f718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 19 Nov 2025 10:31:35 +0200 Subject: [PATCH] Drop multilingual field from the book config --- docs/book/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book/book.toml b/docs/book/book.toml index edf11fadf083..c77eabda1489 100644 --- a/docs/book/book.toml +++ b/docs/book/book.toml @@ -1,7 +1,6 @@ [book] authors = ["The rust-analyzer authors"] language = "en" -multilingual = false src = "src" title = "rust-analyzer"