From 299ee4798cdb0f8a68879b9db097d743533f88f0 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Wed, 11 Jul 2018 07:43:10 +0200 Subject: [PATCH] Fix typo in E0433 docs --- src/librustc_resolve/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 537333380fa74..6593e239bc302 100644 --- a/src/librustc_resolve/diagnostics.rs +++ b/src/librustc_resolve/diagnostics.rs @@ -1256,7 +1256,7 @@ let map = HashMap::new(); ``` Please verify you didn't misspell the type/module's name or that you didn't -forgot to import it: +forget to import it: ```