We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad14bc commit e7f8d1cCopy full SHA for e7f8d1c
jira-wip/src/koans/03_cli/01_persistence.rs
@@ -12,6 +12,8 @@
12
///
13
/// You don't need to implement this manually: just add `#[derive(Serialize, Deserialize)]`
14
/// where needed in `store_recap` - the `load` and `save` functions should just work afterwards!
15
+///
16
+/// Update `src/main.rs` appropriately afterwards to use the fruit of your labor!
17
pub mod persistence {
18
use super::store_recap::TicketStore;
19
use std::fs::read_to_string;
0 commit comments