Skip to content

Commit

Permalink
fix unrelated new rustfmt behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltCause committed Jun 16, 2022
1 parent 89056d7 commit d51dc6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/derive.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![cfg(feature = "derive")]

// Various structs/fields that we are deriving `Arbitrary` for aren't actually
// used except to exercise the derive.
#![allow(dead_code)]
Expand Down
1 change: 0 additions & 1 deletion tests/path.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![cfg(feature = "derive")]

// Various structs/fields that we are deriving `Arbitrary` for aren't actually
// used except to show off the derive.
#![allow(dead_code)]
Expand Down

0 comments on commit d51dc6e

Please sign in to comment.