mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Cleanup visibility
This commit is contained in:
parent
19450534cf
commit
b2390f10fa
3 changed files with 12 additions and 8 deletions
|
@ -18,7 +18,7 @@ use hir_def::{
|
|||
};
|
||||
use hir_expand::{hygiene::Hygiene, name::AsName, HirFileId, InFile};
|
||||
use hir_ty::{
|
||||
diagnostics::expr::{record_literal_missing_fields, record_pattern_missing_fields},
|
||||
diagnostics::{record_literal_missing_fields, record_pattern_missing_fields},
|
||||
InferenceResult, Substs, Ty,
|
||||
};
|
||||
use ra_syntax::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue