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" , " x25519-u64" ]
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 1115
1115
//! (https://docs.rs/curve25519-dalek/4.0.0-pre.5/curve25519_dalek/index.html#backends)
1116
1116
//! [`p256::NistP256`]: https://docs.rs/p256/latest/p256/struct.NistP256.html
1117
1117
1118
- #![ cfg_attr( not( test) , deny( unsafe_code) ) ]
1119
1118
#![ no_std]
1119
+ #![ cfg_attr( not( test) , deny( unsafe_code) ) ]
1120
+ #![ cfg_attr( not( test) , deny( unsafe_code) ) ]
1120
1121
#![ warn( clippy:: cargo, missing_docs) ]
1121
1122
#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
1122
1123
#![ allow( type_alias_bounds) ]
You can’t perform that action at this time.
0 commit comments