File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,15 @@ abi_x86_interrupt = []
33
33
const_fn = []
34
34
step_trait = []
35
35
doc_cfg = []
36
+ doc_auto_cfg = []
36
37
37
38
# These features are no longer used and only there for backwards compatibility.
38
39
external_asm = []
39
40
inline_asm = []
40
41
42
+ [package .metadata .docs .rs ]
43
+ all-features = true
44
+
41
45
[package .metadata .release ]
42
46
dev-version = false
43
47
pre-release-replacements = [
Original file line number Diff line number Diff line change 6
6
#![ cfg_attr( feature = "abi_x86_interrupt" , feature( abi_x86_interrupt) ) ]
7
7
#![ cfg_attr( feature = "step_trait" , feature( step_trait) ) ]
8
8
#![ cfg_attr( feature = "doc_cfg" , feature( doc_cfg) ) ]
9
+ #![ cfg_attr( feature = "doc_auto_cfg" , feature( doc_auto_cfg) ) ]
9
10
#![ warn( missing_docs) ]
10
11
#![ deny( missing_debug_implementations) ]
11
12
#![ deny( unsafe_op_in_unsafe_fn) ]
You can’t perform that action at this time.
0 commit comments