File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ fn main() {
50
50
51
51
[ `ToString` ] : https://doc.rust-lang.org/std/string/trait.ToString.html
52
52
[ Display ] : https://doc.rust-lang.org/std/fmt/trait.Display.html
53
- [ print ] : / hello/print.html
53
+ [ print ] : hello/print.html
54
54
[ `parse` ] : https://doc.rust-lang.org/std/primitive.str.html#method.parse
55
55
[ `FromStr` ] : https://doc.rust-lang.org/std/str/trait.FromStr.html
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ fn main() {
45
45
// used.
46
46
println!("My name is {0}, {1} {0}", "Bond");
47
47
// FIXME ^ Add the missing argument: "James"
48
-
48
+
49
49
// Create a structure which contains an `i32`. Name it `Structure`.
50
50
#[allow(dead_code)]
51
51
struct Structure(i32);
@@ -91,4 +91,4 @@ and [`traits`][traits]
91
91
[ structs ] : custom_types/structs.html
92
92
[ traits ] : trait.html
93
93
[ `ToString` ] : https://doc.rust-lang.org/std/string/trait.ToString.html
94
- [ convert ] : / conversion/string.html
94
+ [ convert ] : conversion/string.html
You can’t perform that action at this time.
0 commit comments