More formatting tweaks.

This commit is contained in:
Predrag Gruevski 2022-07-18 11:43:20 -04:00 committed by Eric Huss
parent 08c4f92273
commit 512f12246e

View File

@ -1170,7 +1170,7 @@ pub enum Quux {
///////////////////////////////////////////////////////////
// Example usage that will break.
use updated_crate::{Foo, Bar, Quux};
use updated_crate::{Bar, Foo, Quux};
fn main() {
let foo = Foo { bar: 0 }; // Error: cannot create non-exhaustive struct using struct expression