-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use modmod exercises instead of absolute numbering and exercise path …
…in exercise descripions
- Loading branch information
Showing
13 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/A-foundations/topics/optionals-errors/exercises/error-handling/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `excercises/A/6-error-handling/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! |
2 changes: 1 addition & 1 deletion
2
...-foundations/topics/optionals-errors/exercises/error-propagation/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `excercises/A/4-error-propagating/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! |
2 changes: 1 addition & 1 deletion
2
content/mods/A-foundations/topics/slices/exercises/slices/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Follow the instructions in the comments of `excercises/A/5-slices/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! | ||
Don't take too much time on the extra assignment, instead come back later once | ||
you've done the rest of the excercises. |
2 changes: 1 addition & 1 deletion
2
...nt/mods/A-foundations/topics/smart-pointers/exercises/boxed-data/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `excercises/A/7-boxed-data/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/mods/C-multitasking/topics/rayon/exercises/tf-idf/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `exercises/C/1-tf-idf/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! |
4 changes: 0 additions & 4 deletions
4
content/mods/C-multitasking/topics/synchronization/exercises/mutex/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nt/mods/E-rust-for-systems/topics/unsafe/exercises/1-linked-list/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `exercises/F/1-linked-list/src/bin/unsafe.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/bin/unsafe.rs`! |
2 changes: 1 addition & 1 deletion
2
...t/mods/E-rust-for-systems/topics/unsafe/exercises/3-tagged-union/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Follow the instructions in the comments of `exercises/F/3-tagged-union/src/main.rs`! | ||
Follow the instructions in the comments of `#[modmod:exercise_dir]/src/main.rs`! |