From 59404b84670462d1a1aefe995fd6746db80c00ec Mon Sep 17 00:00:00 2001 From: Tobias Leinss Date: Sun, 7 Aug 2022 10:26:35 +0200 Subject: [PATCH] Fix typo in quiz2 --- exercises/quiz2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs index f7437fd2..d8fa954a 100644 --- a/exercises/quiz2.rs +++ b/exercises/quiz2.rs @@ -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;