Skip to content

Commit e24cf75

Browse files
kepler-5bluejekyll
authored andcommitted
reorder for consistency
1 parent 0d19f43 commit e24cf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ use enum_as_inner::EnumAsInner;
1616

1717
pub mod name_collisions {
1818
#![allow(dead_code, missing_copy_implementations, missing_docs)]
19-
pub struct Some;
2019
pub struct Option;
20+
pub struct Some;
2121
pub struct None;
2222
pub struct Result;
2323
pub struct Ok;

0 commit comments

Comments
 (0)