Skip to content

Commit b6980bf

Browse files
committed
Resolve conflicts
1 parent 3056fdd commit b6980bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/standard_lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub fn generate_std_roots(
197197
// std does not have artifact dependencies at the moment
198198
let unit_for = UnitFor::new_normal(explicit_host_kind);
199199
let features =
200-
std_features.activated_features(pkg.package_id(), FeaturesFor::NormalOrDev);
200+
std_features.activated_features(pkg.package_id(), FeaturesFor::default());
201201
(pkg, lib, unit_for, features)
202202
})
203203
.collect();

0 commit comments

Comments
 (0)