diff options
| author | Philipp Krones <hello@philkrones.com> | 2021-02-02 08:59:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 08:59:23 +0100 |
| commit | 4a13c8c22e17e74e5ae4ece07ae37ad32903dcae (patch) | |
| tree | 02e99f0bc7b4a18e4e41d3fb016bc2f9573eebf8 | |
| parent | 0fb09d6b218b005b90fe5b3f3d5346a2b707e19e (diff) | |
| download | rust-4a13c8c22e17e74e5ae4ece07ae37ad32903dcae.tar.gz rust-4a13c8c22e17e74e5ae4ece07ae37ad32903dcae.zip | |
Fix test formatting
| -rw-r--r-- | tests/ui/exhaustive_items.fixed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/exhaustive_items.fixed b/tests/ui/exhaustive_items.fixed index 383b3d85a66..c209f5b4b72 100644 --- a/tests/ui/exhaustive_items.fixed +++ b/tests/ui/exhaustive_items.fixed @@ -73,7 +73,7 @@ pub mod structs { // no warning, private fields pub struct ExhaustivePrivateField { pub foo: u8, - bar: String + bar: String, } // no warning, private |
