mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Improve TODO comment
This commit is contained in:
parent
0847b3a4bf
commit
d176ddd27e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ enum Command {
|
|||
mod my_module {
|
||||
use super::Command;
|
||||
|
||||
// TODO: Complete the function.
|
||||
// TODO: Complete the function as described above.
|
||||
// pub fn transformer(input: ???) -> ??? { ??? }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue