Remove a trailing space

This commit is contained in:
Ding Xiang Fei 2020-07-31 11:46:05 +08:00
parent 3b2642ffa7
commit db07174632
No known key found for this signature in database
GPG Key ID: 3CD748647EEF6359
1 changed files with 1 additions and 1 deletions

View File

@ -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) {