mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
commit
a7ca40d8a3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ mod my_module {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
// TODO: What to we have to import to have `transformer` in scope?
|
||||
// TODO: What do we have to import to have `transformer` in scope?
|
||||
use ???;
|
||||
use super::Command;
|
||||
|
||||
|
|
Loading…
Reference in a new issue