From 2e02fcc26cd8b175faf6f10f8be8d61294902caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Wed, 9 Apr 2025 09:05:32 +0300 Subject: [PATCH] remove the multilingual field from book.toml --- docs/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/book.toml b/docs/book.toml index 215f872f2..793e36ce7 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -1,7 +1,6 @@ [book] authors = ["The async-std maintainers"] language = "en" -multilingual = false src = "src" title = "Async programming in Rust with async-std"