mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 02:11:06 +00:00
remove unnecessary changes
This commit is contained in:
parent
51f7756e83
commit
fb8e158c9b
@ -265,6 +265,7 @@ impl ToTokens for ast::StructField {
|
|||||||
{
|
{
|
||||||
use wasm_bindgen::__rt::{WasmRefCell, assert_not_null};
|
use wasm_bindgen::__rt::{WasmRefCell, assert_not_null};
|
||||||
use wasm_bindgen::convert::{GlobalStack, IntoWasmAbi};
|
use wasm_bindgen::convert::{GlobalStack, IntoWasmAbi};
|
||||||
|
|
||||||
fn assert_copy<T: Copy>(){}
|
fn assert_copy<T: Copy>(){}
|
||||||
assert_copy::<#ty>();
|
assert_copy::<#ty>();
|
||||||
|
|
||||||
@ -1216,7 +1217,6 @@ impl ToTokens for ast::Dictionary {
|
|||||||
|
|
||||||
// Boundary conversion impls
|
// Boundary conversion impls
|
||||||
impl WasmDescribe for #name {
|
impl WasmDescribe for #name {
|
||||||
// #[allow(clippy::*)]
|
|
||||||
fn describe() {
|
fn describe() {
|
||||||
Object::describe();
|
Object::describe();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user