Skip to content

Commit

Permalink
chore: rename test to make it clearer what it's testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed May 23, 2023
1 parent e56bb4b commit 05443d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use dep::std;

// Note that fields are not in alphabetical order.
// We want to check that this ordering is maintained
struct myStruct {
foo: u32,
bar: Field,
Expand Down

0 comments on commit 05443d8

Please sign in to comment.