Skip to content

Commit

Permalink
fix my ordering mess
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 7, 2023
1 parent 8d3c9c2 commit ec85fed
Show file tree
Hide file tree
Showing 3 changed files with 1,286 additions and 1,286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ table __AffixFuzzer3Vec (transparent, order: 0) {

union AffixFuzzer4 (
"attr.rust.derive": "PartialEq",
order: 300
order: 400
) {
single_required: __AffixFuzzer3 (transparent, order: 100),
many_required: __AffixFuzzer3Vec (transparent, order: 101),
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/source_hash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a sha256 hash for all direct and indirect dependencies of this crate's build script.
# It can be safely removed at anytime to force the build script to run again.
# Check out build.rs to see how it's computed.
bdaa49ba524d76c1b1bb87c69d880130b7b7d6c2d7fa24ae12509d0fa604057b
4ae47b009f4946234e8d7edd37ce7815ef9f77dd35cfdd83bf328be612b4d54e
Loading

0 comments on commit ec85fed

Please sign in to comment.