We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af483 commit be0b7e0Copy full SHA for be0b7e0
exercises/quiz2.rs
@@ -42,7 +42,7 @@ mod my_module {
42
43
#[cfg(test)]
44
mod tests {
45
- // TODO: What do we have to import to have `transformer` in scope?
+ // TODO: What do we need to import to have `transformer` in scope?
46
use ???;
47
use super::Command;
48
0 commit comments