diff options
author | Jonas Schievink <[email protected]> | 2021-06-01 18:03:00 +0100 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2021-06-01 18:03:00 +0100 |
commit | 41321fa71d43244737f29604abc48959ed72e654 (patch) | |
tree | a9f50b7ff09e286bd2e3939a64ff60cea303720a /crates/hir_expand | |
parent | 4f63e79eb30a0695675a560dfe7ebae6f1dd8a94 (diff) |
Fall back to legacy prelude
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 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, |