Remove a trailing space
This commit is contained in:
parent
3b2642ffa7
commit
db07174632
@ -526,7 +526,7 @@ impl<'tcx> Validator<'_, 'tcx> {
|
|||||||
// The reason is because promotion will be illegal if field
|
// The reason is because promotion will be illegal if field
|
||||||
// accesses preceed the dereferencing.
|
// accesses preceed the dereferencing.
|
||||||
// Discussion can be found at
|
// 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
|
// There may be opportunity for generalization, but this needs to be
|
||||||
// accounted for.
|
// accounted for.
|
||||||
if proj_base.is_empty() && !self.tcx.is_thread_local_static(did) {
|
if proj_base.is_empty() && !self.tcx.is_thread_local_static(did) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user