mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05: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 {
|
mod my_module {
|
||||||
use super::Command;
|
use super::Command;
|
||||||
|
|
||||||
// TODO: Complete the function.
|
// TODO: Complete the function as described above.
|
||||||
// pub fn transformer(input: ???) -> ??? { ??? }
|
// pub fn transformer(input: ???) -> ??? { ??? }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue