Skip to content

Commit b5c139b

Browse files
committed
Fix condition
1 parent 8c93cdc commit b5c139b

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ macro_rules! tool_doc {
10491049
_value
10501050
};
10511051

1052-
if allow_features.is_empty() {
1052+
if !allow_features.is_empty() {
10531053
cargo.allow_features(allow_features);
10541054
}
10551055

0 commit comments

Comments
 (0)