未验证 提交 cd76f2e6 编写于 作者: X X 提交者: GitHub

remove trailing space

Co-authored-by: NRémy Rakic <remy.rakic+github@gmail.com>
上级 5ced8918
......@@ -801,7 +801,7 @@ fn visit_local(&mut self, l: &'tcx Local<'tcx>) {
/// Performance: This is a query rather than a simple function to enable
/// re-use in incremental scenarios. We may sometimes need to rerun the
/// type checker even when the HIR hasn't changed, and in those cases
/// we can avoid reconstructing the region scope tree.
/// we can avoid reconstructing the region scope tree.
pub fn region_scope_tree(tcx: TyCtxt<'_>, def_id: DefId) -> &ScopeTree {
let typeck_root_def_id = tcx.typeck_root_def_id(def_id);
if typeck_root_def_id != def_id {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册