Skip to content

Commit 512f122

Browse files
obi1kenobiehuss
authored andcommitted
More formatting tweaks.
1 parent 08c4f92 commit 512f122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ pub enum Quux {
11701170
11711171
///////////////////////////////////////////////////////////
11721172
// Example usage that will break.
1173-
use updated_crate::{Foo, Bar, Quux};
1173+
use updated_crate::{Bar, Foo, Quux};
11741174
11751175
fn main() {
11761176
let foo = Foo { bar: 0 }; // Error: cannot create non-exhaustive struct using struct expression

0 commit comments

Comments
 (0)