Avoid lots of hir::HirId{,Map,Set}
qualifiers.
Because they're a bit redundant.
This commit is contained in:
parent
e93f754289
commit
4b27cc8b7a
36 changed files with 276 additions and 312 deletions
|
@ -1545,7 +1545,7 @@ pub struct SourceScopeData<'tcx> {
|
|||
#[derive(Clone, Debug, TyEncodable, TyDecodable, HashStable)]
|
||||
pub struct SourceScopeLocalData {
|
||||
/// An `HirId` with lint levels equivalent to this scope's lint levels.
|
||||
pub lint_root: hir::HirId,
|
||||
pub lint_root: HirId,
|
||||
}
|
||||
|
||||
/// A collection of projections into user types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue