mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Improve TODO comment
This commit is contained in:
parent
0847b3a4bf
commit
d176ddd27e
@ -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 New Issue
Block a user