mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-01 22:19:21 +02:00
Fix broken link to trait objects (#633)
This commit is contained in:
parent
d56298fc84
commit
1274260201
@ -55,6 +55,7 @@ editable = true
|
||||
"generics/closures.html" = "../traits/closures.html"
|
||||
"generics/impl-trait.html" = "../traits/impl-trait.html"
|
||||
"generics/trait-bounds.html" = "../traits/trait-bounds.html"
|
||||
"generics/trait-objects.html" = "../traits/trait-objects.html"
|
||||
"running-the-course/day-4.html" = "course-structure.html"
|
||||
"structure.html" = "running-the-course/course-structure.html"
|
||||
"unsafe/unsafe-functions.html" = "calling-unsafe-functions.html"
|
||||
|
Loading…
Reference in New Issue
Block a user