Skip to content

Commit 35c605a

Browse files
Update Cargo.lock and remove duplicated impl
1 parent c92f054 commit 35c605a

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/builder.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,12 +2369,6 @@ impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> {
23692369
}
23702370
}
23712371

2372-
impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> {
2373-
fn wasm_c_abi_opt(&self) -> WasmCAbi {
2374-
self.cx.wasm_c_abi_opt()
2375-
}
2376-
}
2377-
23782372
pub trait ToGccComp {
23792373
fn to_gcc_comparison(&self) -> ComparisonOp;
23802374
}

0 commit comments

Comments
 (0)