1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00

Improve TODO comment

This commit is contained in:
mo8it 2024-07-12 16:29:41 +02:00
parent 0847b3a4bf
commit d176ddd27e

View File

@ -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: ???) -> ??? { ??? }
}