Skip to content

Commit 93e5072

Browse files
committed
rm trailing whitespace
1 parent b5c515b commit 93e5072

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+2
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0793.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ unsafe {
7373
let foo = Foo { field1: 0 };
7474
// Accessing the field directly is fine.
7575
let val = foo.field1;
76-
76+
7777
// A reference to a packed union field causes an error.
7878
let val = &foo.field1; // ERROR
7979
}
@@ -89,4 +89,4 @@ See [issue #82523] for more information.
8989

9090
[packed]: https://doc.rust-lang.org/reference/type-layout.html#the-alignment-modifiers
9191
[undefined behavior]: https://doc.rust-lang.org/reference/behavior-considered-undefined.html
92-
[issue #82523]: https://github.com/rust-lang/rust/issues/82523
92+
[issue #82523]: https://github.com/rust-lang/rust/issues/82523

0 commit comments

Comments
 (0)