Skip to content

Commit 68fc133

Browse files
author
Brad Martin
authored
add recursive settings and clean up test whitelist (#4142)
1 parent 2b8d4fd commit 68fc133

File tree

2 files changed

+4
-0
lines changed
  • rustfmt-core/rustfmt-lib/tests

2 files changed

+4
-0
lines changed

rustfmt-core/rustfmt-lib/tests/source/cfg_if/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// rustfmt-recursive: true
2+
13
//! Run-time feature detection for the Rust standard library.
24
//!
35
//! To detect whether a feature is enabled in the system running the binary

rustfmt-core/rustfmt-lib/tests/target/cfg_if/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// rustfmt-recursive: true
2+
13
//! Run-time feature detection for the Rust standard library.
24
//!
35
//! To detect whether a feature is enabled in the system running the binary

0 commit comments

Comments
 (0)