Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 557c720

Browse files
committed
Fix a merge conflict
1 parent 2f61a1d commit 557c720

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

crates/cli-flags/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -999,9 +999,6 @@ impl CommonOptions {
999999
#[expect(deprecated, reason = "forwarding CLI flag")]
10001000
config.wasm_legacy_exceptions(enable);
10011001
}
1002-
if let Some(enable) = self.wasm.component_model_error_context.or(all) {
1003-
config.wasm_component_model_error_context(enable);
1004-
}
10051002

10061003
macro_rules! handle_conditionally_compiled {
10071004
($(($feature:tt, $field:tt, $method:tt))*) => ($(

0 commit comments

Comments
 (0)