From db071746323029c634f246a50156192d16ab182e Mon Sep 17 00:00:00 2001 From: Ding Xiang Fei Date: Fri, 31 Jul 2020 11:46:05 +0800 Subject: [PATCH] Remove a trailing space --- src/librustc_mir/transform/promote_consts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_mir/transform/promote_consts.rs b/src/librustc_mir/transform/promote_consts.rs index 688f48f32b1..ca79cb3cc0a 100644 --- a/src/librustc_mir/transform/promote_consts.rs +++ b/src/librustc_mir/transform/promote_consts.rs @@ -526,7 +526,7 @@ impl<'tcx> Validator<'_, 'tcx> { // The reason is because promotion will be illegal if field // accesses preceed the dereferencing. // Discussion can be found at - // https://github.com/rust-lang/rust/pull/74945#discussion_r463063247 + // https://github.com/rust-lang/rust/pull/74945#discussion_r463063247 // There may be opportunity for generalization, but this needs to be // accounted for. if proj_base.is_empty() && !self.tcx.is_thread_local_static(did) {