File tree Expand file tree Collapse file tree 8 files changed +0
-7
lines changed
wasm/target/wasm32-unknown-unknown/release Expand file tree Collapse file tree 8 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11#![ cfg_attr( not( feature = "std" ) , no_std) ]
2- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
32
43#[ cfg( not( feature = "std" ) ) ]
54#[ macro_use]
Original file line number Diff line number Diff line change 11#![ cfg_attr( not( feature = "std" ) , no_std) ]
2- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
32
43#[ cfg( not( feature = "std" ) ) ]
54#[ macro_use]
Original file line number Diff line number Diff line change 11#![ cfg_attr( not( feature = "std" ) , no_std) ]
2- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
32
43#[ cfg( not( feature = "std" ) ) ]
54#[ macro_use]
Original file line number Diff line number Diff line change 11//! Zerochain key components.
22
33#![ cfg_attr( not( feature = "std" ) , no_std) ]
4- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
54
65#[ cfg( not( feature = "std" ) ) ]
76#[ macro_use]
Original file line number Diff line number Diff line change 11#![ cfg_attr( not( feature = "std" ) , no_std) ]
2- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
32
43// `clippy` is a code linting tool for improving code quality by catching
54// common mistakes or strange code patterns. If the `clippy` feature is
Original file line number Diff line number Diff line change 11#![ cfg_attr( not( feature = "std" ) , no_std) ]
2- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
32
43#[ cfg( not( feature = "std" ) ) ]
54#[ macro_use]
Original file line number Diff line number Diff line change 22
33// Ensure we're `no_std` when compiling for Wasm.
44#![ cfg_attr( not( feature = "std" ) , no_std) ]
5- #![ cfg_attr( not( feature = "std" ) , feature( alloc) ) ]
65// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256.
76#![ recursion_limit="256" ]
87
You can’t perform that action at this time.
0 commit comments