File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,6 @@ impl ToTokens for ast::Struct {
229
229
#[ automatically_derived]
230
230
impl #wasm_bindgen:: describe:: WasmDescribe for #name {
231
231
fn describe( ) {
232
- use #wasm_bindgen:: __wbindgen_if_not_std;
233
232
use #wasm_bindgen:: describe:: * ;
234
233
inform( RUST_STRUCT ) ;
235
234
inform( #name_len) ;
Original file line number Diff line number Diff line change @@ -1633,20 +1633,6 @@ pub mod __rt {
1633
1633
}
1634
1634
}
1635
1635
1636
- #[ macro_export]
1637
- #[ doc( hidden) ]
1638
- #[ cfg( feature = "std" ) ]
1639
- macro_rules! __wbindgen_if_not_std {
1640
- ( $( $i: item) * ) => { } ;
1641
- }
1642
-
1643
- #[ macro_export]
1644
- #[ doc( hidden) ]
1645
- #[ cfg( not( feature = "std" ) ) ]
1646
- macro_rules! __wbindgen_if_not_std {
1647
- ( $( $i: item) * ) => ( $( $i) * )
1648
- }
1649
-
1650
1636
#[ inline]
1651
1637
pub fn assert_not_null < T > ( s : * mut T ) {
1652
1638
if s. is_null ( ) {
You can’t perform that action at this time.
0 commit comments