Skip to content

Commit e7f8d1c

Browse files
author
Luca Palmieri
committed
Add comment.
1 parent 3ad14bc commit e7f8d1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jira-wip/src/koans/03_cli/01_persistence.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
///
1313
/// You don't need to implement this manually: just add `#[derive(Serialize, Deserialize)]`
1414
/// 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!
1517
pub mod persistence {
1618
use super::store_recap::TicketStore;
1719
use std::fs::read_to_string;

0 commit comments

Comments
 (0)