aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-10-06 18:07:34 +0100
committerLukas Wirth <[email protected]>2020-10-06 18:20:42 +0100
commitaaa3905fdd18a7981d40ac371099ae9044e833a8 (patch)
treedbacb3b28efc4404f664edd802b1467b2bf57e37 /crates/hir_expand
parentec1f4599809b6e1b10418fa78e1d7bfc3c817319 (diff)
Shorten type hints for std::iter Iterators
Diffstat (limited to 'crates/hir_expand')
-rw-r--r--crates/hir_expand/src/name.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_expand/src/name.rs b/crates/hir_expand/src/name.rs
index a5750d829..63f828707 100644
--- a/crates/hir_expand/src/name.rs
+++ b/crates/hir_expand/src/name.rs
@@ -164,6 +164,7 @@ pub mod known {
164 result, 164 result,
165 boxed, 165 boxed,
166 // Components of known path (type name) 166 // Components of known path (type name)
167 Iterator,
167 IntoIterator, 168 IntoIterator,
168 Item, 169 Item,
169 Try, 170 Try,