Skip to content

Commit

Permalink
add recursive settings and clean up test whitelist (#4142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Martin authored May 26, 2020
1 parent 2b8d4fd commit 68fc133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rustfmt-core/rustfmt-lib/tests/source/cfg_if/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// rustfmt-recursive: true

//! Run-time feature detection for the Rust standard library.
//!
//! To detect whether a feature is enabled in the system running the binary
Expand Down
2 changes: 2 additions & 0 deletions rustfmt-core/rustfmt-lib/tests/target/cfg_if/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// rustfmt-recursive: true

//! Run-time feature detection for the Rust standard library.
//!
//! To detect whether a feature is enabled in the system running the binary
Expand Down

0 comments on commit 68fc133

Please sign in to comment.