diff options
author | Kirill Bulatov <[email protected]> | 2020-01-27 22:09:56 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-01-27 23:02:06 +0000 |
commit | 7a2e449424227c7f6cebe0581513287023297999 (patch) | |
tree | c76026fa1779741d8680f77e77360c01ce8cc759 /crates/ra_hir_expand/src | |
parent | 5dd8f8e26f2a62f5e7e4da50dcdfde344f6d31b9 (diff) |
Prefer imports starting with std
Diffstat (limited to 'crates/ra_hir_expand/src')
-rw-r--r-- | crates/ra_hir_expand/src/name.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir_expand/src/name.rs b/crates/ra_hir_expand/src/name.rs index b3fa1efba..b2e10f445 100644 --- a/crates/ra_hir_expand/src/name.rs +++ b/crates/ra_hir_expand/src/name.rs | |||
@@ -141,6 +141,8 @@ pub mod known { | |||
141 | macro_rules, | 141 | macro_rules, |
142 | // Components of known path (value or mod name) | 142 | // Components of known path (value or mod name) |
143 | std, | 143 | std, |
144 | core, | ||
145 | alloc, | ||
144 | iter, | 146 | iter, |
145 | ops, | 147 | ops, |
146 | future, | 148 | future, |