mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Improve TODO comment
This commit is contained in:
@@ -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: ???) -> ??? { ??? }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user