mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-25 00:50:26 +02:00
Add redirect for static-and-const (#1923)
I missed this in #1881 before clicking "merge".
This commit is contained in:
parent
3facea27d4
commit
b06cc21c39
@ -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" = "./"
|
||||
|
Loading…
x
Reference in New Issue
Block a user