We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edda04 commit 4c43579Copy full SHA for 4c43579
tests/integration/helpers.rs
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
46
"#,
47
)?;
48
49
- // Create .config/rail.toml to disable sync_on_unify for tests
+ // Create .config/rail.toml for tests
50
std::fs::create_dir_all(path.join(".config"))?;
51
std::fs::write(
52
path.join(".config/rail.toml"),
@@ -55,9 +55,6 @@ root = "."
55
56
[toolchain]
57
channel = "stable"
58
-
59
-[unify]
60
-use_all_features = true
61
62
63
0 commit comments