mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-09 22:31:41 +01:00
chore: minor change in comment
This commit is contained in:
parent
e3af483fa6
commit
be0b7e084e
@ -42,7 +42,7 @@ mod my_module {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
// TODO: What do we have to import to have `transformer` in scope?
|
||||
// TODO: What do we need to import to have `transformer` in scope?
|
||||
use ???;
|
||||
use super::Command;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user