diff options
Diffstat (limited to 'crates/hir_expand/src/name.rs')
-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 abc6753bf..00b8adc1e 100644 --- a/crates/hir_expand/src/name.rs +++ b/crates/hir_expand/src/name.rs | |||
@@ -180,6 +180,7 @@ pub mod known { | |||
180 | rust_2015, | 180 | rust_2015, |
181 | rust_2018, | 181 | rust_2018, |
182 | rust_2021, | 182 | rust_2021, |
183 | v1, | ||
183 | // Components of known path (type name) | 184 | // Components of known path (type name) |
184 | Iterator, | 185 | Iterator, |
185 | IntoIterator, | 186 | IntoIterator, |