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