diff options
| author | Felix Rabe <felix@rabe.io> | 2018-07-11 07:43:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-11 07:43:10 +0200 |
| commit | 299ee4798cdb0f8a68879b9db097d743533f88f0 (patch) | |
| tree | 6630da492292b9d24ee4a6935d2180d387654e5a | |
| parent | 4700e1188f66fdb4086b7593416b678b8fe935f4 (diff) | |
| download | rust-299ee4798cdb0f8a68879b9db097d743533f88f0.tar.gz rust-299ee4798cdb0f8a68879b9db097d743533f88f0.zip | |
Fix typo in E0433 docs
| -rw-r--r-- | src/librustc_resolve/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 537333380fa..6593e239bc3 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: ``` |
