completed 03/[00-07]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mod helpers {
|
||||
// TODO: Make this code compile, either by adding a `use` statement or by using
|
||||
// the appropriate path to refer to the `Ticket` struct.
|
||||
|
||||
use super::Ticket;
|
||||
fn create_todo_ticket(title: String, description: String) -> Ticket {
|
||||
Ticket::new(title, description, "To-Do".into())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user