Skip to content

Commit 625c981

Browse files
author
Luca Palmieri
committed
Refactor comments.
1 parent 9c86e5d commit 625c981

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jira-wip/src/koans/02_ticket_store/07_vec.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ mod vec {
4141

4242
/// List will return a `Vec`.
4343
/// Check the Rust book for a primer: https://doc.rust-lang.org/book/ch08-01-vectors.html
44-
/// The Rust documentation for HashMap will also be handy: https://doc.rust-lang.org/std/collections/struct.HashMap.html
44+
/// The Rust documentation for `HashMap` will also be handy:
45+
/// https://doc.rust-lang.org/std/collections/struct.HashMap.html
4546
pub fn list(&self) -> Vec<&Ticket> {
46-
__
47+
todo!()
4748
}
4849

4950
fn generate_id(&mut self) -> TicketId {

0 commit comments

Comments
 (0)