diff options
author | Lukas Wirth <[email protected]> | 2020-10-06 18:07:34 +0100 |
---|---|---|
committer | Lukas Wirth <[email protected]> | 2020-10-06 18:20:42 +0100 |
commit | aaa3905fdd18a7981d40ac371099ae9044e833a8 (patch) | |
tree | dbacb3b28efc4404f664edd802b1467b2bf57e37 /crates/hir_expand | |
parent | ec1f4599809b6e1b10418fa78e1d7bfc3c817319 (diff) |
Shorten type hints for std::iter Iterators
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/src/name.rs | 1 |
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, |