diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-18 17:18:12 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-18 17:18:12 +0100 |
commit | 7b2ab597bd2d500a68e08d0546d8f72f6a013248 (patch) | |
tree | 33266be000ef9aabe1049916d9772af70a4249b5 /crates/ra_hir/src | |
parent | a15a278308047b160e5805dbb554a1949fcb0228 (diff) | |
parent | 4abe03879bbd11536fbb51b30342cdad74317025 (diff) |
Merge #1544
1544: Highlight mutable variables differently r=matklad a=viorina
![Screenshot from 2019-07-18 19-04-57](https://user-images.githubusercontent.com/6714973/61473539-3f5d3000-a98f-11e9-99ec-a4115b2ba66b.png)
Co-authored-by: Ekaterina Babshukova <[email protected]>
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 55d1298cf..081974e2b 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -68,6 +68,7 @@ pub use self::{ | |||
68 | source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer}, | 68 | source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer}, |
69 | source_id::{AstIdMap, ErasedFileAstId}, | 69 | source_id::{AstIdMap, ErasedFileAstId}, |
70 | ty::{display::HirDisplay, ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor}, | 70 | ty::{display::HirDisplay, ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor}, |
71 | type_ref::Mutability, | ||
71 | }; | 72 | }; |
72 | 73 | ||
73 | pub use self::code_model::{ | 74 | pub use self::code_model::{ |