mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Removes unneeded feature attrs
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
#![cfg_attr(feature = "strict", deny(warnings))]
|
#![cfg_attr(feature = "strict", deny(warnings))]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
#![cfg_attr(feature = "nightly", feature(alloc))]
|
|
||||||
#![cfg_attr(feature = "nightly", feature(allocator_api))]
|
|
||||||
|
|
||||||
//! Custom allocator crate for wasm
|
//! Custom allocator crate for wasm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user