Skip to content

Commit cd76f2e

Browse files
remove trailing space
Co-authored-by: Rémy Rakic <[email protected]>
1 parent 5ced891 commit cd76f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/check/region.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ impl<'tcx> Visitor<'tcx> for RegionResolutionVisitor<'tcx> {
801801
/// Performance: This is a query rather than a simple function to enable
802802
/// re-use in incremental scenarios. We may sometimes need to rerun the
803803
/// type checker even when the HIR hasn't changed, and in those cases
804-
/// we can avoid reconstructing the region scope tree.
804+
/// we can avoid reconstructing the region scope tree.
805805
pub fn region_scope_tree(tcx: TyCtxt<'_>, def_id: DefId) -> &ScopeTree {
806806
let typeck_root_def_id = tcx.typeck_root_def_id(def_id);
807807
if typeck_root_def_id != def_id {

0 commit comments

Comments
 (0)