From 1b090359df522dff6234544022f5c3914591fe27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Fri, 11 Apr 2025 15:23:46 +0300 Subject: [PATCH] remove the unused and deprecated `multilingual` field from `book.toml` --- book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book.toml b/book.toml index 2fdcd70..4b2b3c2 100644 --- a/book.toml +++ b/book.toml @@ -1,5 +1,4 @@ [book] authors = ["Michael Lamparski"] -multilingual = false src = "src" title = "Unsafe Gotchas"