Skip to content

Commit 63ed85e

Browse files
committed
skip serializing if false
1 parent 2667bdb commit 63ed85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crate_universe/src/context/crate_context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ pub struct CrateContext {
243243
pub additive_build_file_content: Option<String>,
244244

245245
/// If true, disables pipelining for library targets generated for this crate
246+
#[serde(skip_serializing_if = "std::ops::Not::not")]
246247
pub disable_pipelining: bool,
247248
}
248249

0 commit comments

Comments
 (0)