From b06cc21c391609ecaa75293dc220d580327fd709 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 19 Mar 2024 09:55:15 -0400 Subject: [PATCH] Add redirect for static-and-const (#1923) I missed this in #1881 before clicking "merge". --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index db5ce4ac..d4f3fa1b 100644 --- a/book.toml +++ b/book.toml @@ -237,6 +237,7 @@ use-boolean-and = true "unsafe/unsafe-functions.html" = "calling-unsafe-functions.html" "unsafe/unsafe-traits.html" = "../unsafe-rust/unsafe-traits.html" "unsafe/writing-unsafe-functions.html" = "../unsafe-rust/unsafe-functions.html" +"user-defined-types/static-and-const.html" = "../user-defined-types/static.html" "welcome-bare-metal.html" = "bare-metal.html" "welcome-day-1/what-is-rust.html" = "../hello-world/what-is-rust.html" "welcome.html" = "./"