Remove some todo!'s
This commit is contained in:
parent
aa1d2d2f24
commit
625c9d8980
14 changed files with 18 additions and 211 deletions
|
@ -50,7 +50,7 @@ impl Render for Menu {
|
|||
.on_action(|this, move: &MoveDown, cx| {
|
||||
// ...
|
||||
})
|
||||
.children(todo!())
|
||||
.children(unimplemented!())
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -68,7 +68,7 @@ impl Render for Menu {
|
|||
.on_action(|this, move: &MoveDown, cx| {
|
||||
// ...
|
||||
})
|
||||
.children(todo!())
|
||||
.children(unimplemented!())
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue