chore: minor change in comment

This commit is contained in:
TK Buristrakul 2022-11-24 19:20:59 +00:00
parent e3af483fa6
commit be0b7e084e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mod my_module {
#[cfg(test)] #[cfg(test)]
mod tests { 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 ???;
use super::Command; use super::Command;