diff options
Diffstat (limited to '')
-rw-r--r-- | src/doc/reference/book.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/reference/book.toml b/src/doc/reference/book.toml index 19b9afc79..9fb3730c8 100644 --- a/src/doc/reference/book.toml +++ b/src/doc/reference/book.toml @@ -10,6 +10,8 @@ edit-url-template = "https://github.com/rust-lang/reference/edit/master/{path}" [output.html.redirect] "/expressions/enum-variant-expr.html" = "struct-expr.html" +"/unsafe-blocks.html" = "unsafe-keyword.html" +"/unsafe-functions.html" = "unsafe-keyword.html" [rust] edition = "2021" |