Skip to content

Commit 985c5a7

Browse files
Rollup merge of #52241 - felixrabe:patch-1, r=oli-obk
Fix typo in E0433 docs
2 parents c3d8236 + 299ee47 commit 985c5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ let map = HashMap::new();
12561256
```
12571257
12581258
Please verify you didn't misspell the type/module's name or that you didn't
1259-
forgot to import it:
1259+
forget to import it:
12601260
12611261
12621262
```

0 commit comments

Comments
 (0)