Skip to content

Commit 4c43579

Browse files
committed
cargo-rail: fixing the old 'use_all_features = true' issue; removed it.
1 parent 4edda04 commit 4c43579

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/helpers.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
4646
"#,
4747
)?;
4848

49-
// Create .config/rail.toml to disable sync_on_unify for tests
49+
// Create .config/rail.toml for tests
5050
std::fs::create_dir_all(path.join(".config"))?;
5151
std::fs::write(
5252
path.join(".config/rail.toml"),
@@ -55,9 +55,6 @@ root = "."
5555
5656
[toolchain]
5757
channel = "stable"
58-
59-
[unify]
60-
use_all_features = true
6158
"#,
6259
)?;
6360

0 commit comments

Comments
 (0)