rust-analyzer/crates/ra_hir/src
Aleksey Kladov 1834bae5b8 allow rustfmt to reorder imports
This wasn't a right decision in the first place, the feature flag was
broken in the last rustfmt release, and syntax highlighting of imports
is more important anyway
2019-07-04 23:09:09 +03:00
..
code_model allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
expr allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
nameres allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ty allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
adt.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
code_model.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
db.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
diagnostics.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
either.rs use single version of either in hir 2019-06-11 01:26:20 +03:00
expr.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
generics.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ids.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
impl_block.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
lang_item.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
lib.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
marks.rs Handle Chalk conversion for FnDef 2019-05-11 16:21:20 +02:00
mock.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
name.rs Implement autoderef using the Deref trait 2019-06-15 18:21:23 +02:00
nameres.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
path.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
resolve.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
source_binder.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
source_id.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
traits.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ty.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
type_alias.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
type_ref.rs Remove TypeRef from item opts which implement TypeAscriptionOwner 2019-02-27 14:08:09 +02:00