mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
More formatting tweaks.
This commit is contained in:
parent
08c4f92273
commit
512f12246e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user