File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ harness = false
66
66
name = " opaque"
67
67
68
68
[package .metadata .docs .rs ]
69
- features = [" argon2" , " std" , " curve25519" ]
69
+ all-features = true
70
+ rustdoc-args = [" --cfg" , " docsrs" ]
70
71
targets = []
71
72
72
73
[[example ]]
Original file line number Diff line number Diff line change 1114
1114
//! (https://docs.rs/curve25519-dalek/4.0.0-pre.5/curve25519_dalek/index.html#backends)
1115
1115
//! [`p256::NistP256`]: https://docs.rs/p256/latest/p256/struct.NistP256.html
1116
1116
1117
- #![ cfg_attr( not( test) , deny( unsafe_code) ) ]
1118
1117
#![ no_std]
1118
+ #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1119
+ #![ cfg_attr( not( test) , deny( unsafe_code) ) ]
1119
1120
#![ warn( clippy:: cargo, missing_docs) ]
1120
1121
#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
1121
1122
#![ allow( type_alias_bounds) ]
You can’t perform that action at this time.
0 commit comments