Skip to content

Commit b56a46c

Browse files
committed
cleaning
1 parent 256dd38 commit b56a46c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

module/core/mod_interface/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ all-features = false
2828
[features]
2929
default = [ "enabled" ]
3030
full = [ "enabled" ]
31-
no_std = []
32-
use_alloc = [ "no_std" ]
3331
enabled = [ "mod_interface_meta/enabled" ]
3432

3533
# keep these examples in directories

module/core/mod_interface/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![ cfg_attr( feature = "no_std", no_std ) ]
1+
#![ no_std ]
22
#![ doc( html_logo_url = "https://raw.githubusercontent.com/Wandalen/wTools/master/asset/img/logo_v3_trans_square.png" ) ]
33
#![ doc( html_favicon_url = "https://raw.githubusercontent.com/Wandalen/wTools/alpha/asset/img/logo_v3_trans_square_icon_small_v2.ico" ) ]
44
#![ doc( html_root_url = "https://docs.rs/mod_interface/latest/mod_interface/" ) ]

0 commit comments

Comments
 (0)