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() {
5050
5151[ `ToString` ] : https://doc.rust-lang.org/std/string/trait.ToString.html
5252[ Display ] : https://doc.rust-lang.org/std/fmt/trait.Display.html
53- [ print ] : / hello/print.html
53+ [ print ] : hello/print.html
5454[ `parse` ] : https://doc.rust-lang.org/std/primitive.str.html#method.parse
5555[ `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() {
4545 // used.
4646 println!("My name is {0}, {1} {0}", "Bond");
4747 // FIXME ^ Add the missing argument: "James"
48-
48+
4949 // Create a structure which contains an `i32`. Name it `Structure`.
5050 #[allow(dead_code)]
5151 struct Structure(i32);
@@ -91,4 +91,4 @@ and [`traits`][traits]
9191[ structs ] : custom_types/structs.html
9292[ traits ] : trait.html
9393[ `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