]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/src/def.rs
Remove `HirId -> LocalDefId` map from HIR.
[rust.git] / compiler / rustc_hir / src / def.rs
index 921039797869feca60ee20aee3677e578998b757..cca5ead0f83951c19594d3704afb0264164245c6 100644 (file)
@@ -751,7 +751,7 @@ pub enum LifetimeRes {
         binder: NodeId,
     },
     /// This variant is used for anonymous lifetimes that we did not resolve during
-    /// late resolution.  Those lifetimes will be inferred by typechecking.
+    /// late resolution. Those lifetimes will be inferred by typechecking.
     Infer,
     /// Explicit `'static` lifetime.
     Static,