File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " default-boxed"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
description = " Helper trait to help create large struct on heap directly"
5
5
authors = [
" Xidorn Quan <[email protected] >" ]
6
6
repository = " https://github.com/upsuper/default-boxed"
7
7
keywords = [" box" , " allocator" , " memcpy" ]
8
- categories = [" memory-management" ]
8
+ categories = [" memory-management" , " no-std " ]
9
9
edition = " 2018"
10
10
license = " MIT"
11
11
readme = " README.md"
Original file line number Diff line number Diff line change 1
- // TODO: It is possible to make this crate `no_std`, but we need to figure out how to work around
2
- // doc tests. Maybe just wait for `cfg(doctest)` to be stabilized.
3
- // #![no_std]
1
+ #![ cfg_attr( not( doctest) , no_std) ]
4
2
5
3
extern crate alloc;
6
4
You can’t perform that action at this time.
0 commit comments