mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-19 21:05:34 -04:00
Remove "I AM NOT DONE" and the verify mode and add AppState
This commit is contained in:
parent
4bb6bda9f6
commit
fa1f239a70
113 changed files with 306 additions and 769 deletions
exercises/10_modules
|
@ -3,8 +3,6 @@
|
|||
// Execute `rustlings hint modules1` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
mod sausage_factory {
|
||||
// Don't let anybody outside of this module see this!
|
||||
fn get_secret_recipe() -> String {
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
// Execute `rustlings hint modules2` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
mod delicious_snacks {
|
||||
// TODO: Fix these use statements
|
||||
use self::fruits::PEAR as ???
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
// Execute `rustlings hint modules3` or use the `hint` watch subcommand for a
|
||||
// hint.
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
// TODO: Complete this use statement
|
||||
use ???
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue