Skip to content

Commit

Permalink
added missing default argument value for no_include_main_msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
cwshugg committed Oct 23, 2024
1 parent 2615fed commit b404951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ mod test {
no_cfg_fuzzing: false,
no_trace_compares: false,
disable_branch_folding: None,
no_include_main_msvc: false,
};

let opts = vec![
Expand Down

0 comments on commit b404951

Please sign in to comment.