Skip to content

Commit db07174

Browse files
Remove a trailing space
1 parent 3b2642f commit db07174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/promote_consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ impl<'tcx> Validator<'_, 'tcx> {
526526
// The reason is because promotion will be illegal if field
527527
// accesses preceed the dereferencing.
528528
// Discussion can be found at
529-
// https://github.com/rust-lang/rust/pull/74945#discussion_r463063247
529+
// https://github.com/rust-lang/rust/pull/74945#discussion_r463063247
530530
// There may be opportunity for generalization, but this needs to be
531531
// accounted for.
532532
if proj_base.is_empty() && !self.tcx.is_thread_local_static(did) {

0 commit comments

Comments
 (0)