mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Implement per-edition preludes
This commit is contained in:
parent
71117e6812
commit
f96c1a0414
12 changed files with 318 additions and 141 deletions
|
@ -176,6 +176,10 @@ pub mod known {
|
|||
result,
|
||||
boxed,
|
||||
option,
|
||||
prelude,
|
||||
rust_2015,
|
||||
rust_2018,
|
||||
rust_2021,
|
||||
// Components of known path (type name)
|
||||
Iterator,
|
||||
IntoIterator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue