File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2977,17 +2977,18 @@ tutorials on individual topics.
2977
2977
* [ Tasks and communication] [ tasks ]
2978
2978
* [ Macros] [ macros ]
2979
2979
* [ The foreign function interface] [ ffi ]
2980
- * [ Containers and iterators] ( tutorial- container.html )
2981
- * [ Error-handling and Conditions] ( tutorial- conditions.html )
2982
- * [ Packaging up Rust code] ( rustpkg )
2980
+ * [ Containers and iterators] [ container ]
2981
+ * [ Error-handling and Conditions] [ conditions ]
2982
+ * [ Packaging up Rust code] [ rustpkg ]
2983
2983
2984
2984
There is further documentation on the [ wiki] , however those tend to be even more out of date as this document.
2985
2985
2986
2986
[ borrow ] : tutorial-borrowed-ptr.html
2987
2987
[ tasks ] : tutorial-tasks.html
2988
2988
[ macros ] : tutorial-macros.html
2989
2989
[ ffi ] : tutorial-ffi.html
2990
+ [ container ] : tutorial-container.html
2991
+ [ conditions ] : tutorial-conditions.html
2990
2992
[ rustpkg ] : tutorial-rustpkg.html
2991
2993
2992
2994
[ wiki ] : https://github.com/mozilla/rust/wiki/Docs
2993
-
You can’t perform that action at this time.
0 commit comments