Update Cargo.lock and remove duplicated impl

This commit is contained in:
Guillaume Gomez 2024-07-10 13:01:59 +02:00
parent 7cbe50e209
commit 541b32c8ab
2 changed files with 6 additions and 10 deletions

View file

@ -2369,12 +2369,6 @@ impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> {
}
}
impl<'tcx> HasWasmCAbiOpt for Builder<'_, '_, 'tcx> {
fn wasm_c_abi_opt(&self) -> WasmCAbi {
self.cx.wasm_c_abi_opt()
}
}
pub trait ToGccComp {
fn to_gcc_comparison(&self) -> ComparisonOp;
}