File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ something if you know its name.
33
33
34
34
# The Rustonomicon
35
35
36
- [ The Rustonomicon] is an entire book dedicated dedicated to explaining
36
+ [ The Rustonomicon] is an entire book dedicated to explaining
37
37
how to write ` unsafe ` Rust code. It is for advanced Rust programmers.
38
38
39
39
[ The Rustonomicon ] : nomicon/index.html
40
40
41
41
# Tools
42
42
43
- [ Cargo] ( http://doc.crates.io/index.html ) is the Rust's package manager providing access to libraries
43
+ [ Cargo] ( http://doc.crates.io/index.html ) is the Rust package manager providing access to libraries
44
44
beyond the standard one, and its website contains lots of good documentation.
45
45
46
46
[ ` rustdoc ` ] ( book/documentation.html ) is the Rust's documentation generator, a tool converting
You can’t perform that action at this time.
0 commit comments