mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Shorten type hints for std::iter Iterators
This commit is contained in:
parent
ec1f459980
commit
aaa3905fdd
4 changed files with 162 additions and 9 deletions
|
@ -55,7 +55,7 @@ pub use hir_def::{
|
|||
type_ref::{Mutability, TypeRef},
|
||||
};
|
||||
pub use hir_expand::{
|
||||
name::AsName, name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc,
|
||||
name::known, name::AsName, name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc,
|
||||
/* FIXME */ MacroDefId, MacroFile, Origin,
|
||||
};
|
||||
pub use hir_ty::display::HirDisplay;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue