rustfmt
This commit is contained in:
committed by
Dan Gohman
parent
dfda794f55
commit
705bfacf10
@@ -469,11 +469,7 @@ pub trait ModuleEnvironment<'data> {
|
|||||||
) -> WasmResult<()>;
|
) -> WasmResult<()>;
|
||||||
|
|
||||||
/// Indicates that a custom section has been found in the wasm file
|
/// Indicates that a custom section has been found in the wasm file
|
||||||
fn custom_section(
|
fn custom_section(&mut self, name: &'data str, data: &'data [u8]) -> WasmResult<()> {
|
||||||
&mut self,
|
|
||||||
name: &'data str,
|
|
||||||
data: &'data [u8],
|
|
||||||
) -> WasmResult<()> {
|
|
||||||
drop((name, data));
|
drop((name, data));
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user