mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 21:11:07 +00:00
Add a comment on the features. (#3714)
This commit is contained in:
committed by
Gavin Wood
parent
26889679f3
commit
85431e9adf
@@ -37,5 +37,10 @@ std = [
|
||||
]
|
||||
nightly = []
|
||||
strict = []
|
||||
|
||||
# These two features are used for `no_std` builds for the environments which already provides
|
||||
# `#[panic_handler]` and `#[alloc_error_handler]`.
|
||||
#
|
||||
# For the regular wasm runtime builds those are not used.
|
||||
no_panic_handler = []
|
||||
no_oom = []
|
||||
|
||||
Reference in New Issue
Block a user