Shorten type hints for std::iter Iterators

This commit is contained in:
Lukas Wirth 2020-10-06 19:07:34 +02:00
parent ec1f459980
commit aaa3905fdd
4 changed files with 162 additions and 9 deletions

View file

@ -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;