File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
DynamoDbEncryption/runtimes/rust/src Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#![ allow( warnings, unconditional_panic) ]
5
5
#![ allow( nonstandard_style) ]
6
+ #![ allow( clippy:: never_loop) ]
7
+ #![ allow( clippy:: absurd_extreme_comparisons) ]
6
8
7
9
pub mod client;
8
10
pub mod conversions;
@@ -30,7 +32,7 @@ pub use crate::deps::aws_cryptography_materialProviders;
30
32
pub use crate :: deps:: aws_cryptography_primitives;
31
33
32
34
pub ( crate ) mod implementation_from_dafny;
33
- pub ( crate ) use crate :: implementation_from_dafny:: r# _Wrappers_Compile;
35
+ pub ( crate ) use crate :: implementation_from_dafny:: _Wrappers_Compile;
34
36
pub ( crate ) use crate :: implementation_from_dafny:: software;
35
37
pub ( crate ) use crate :: implementation_from_dafny:: AesKdfCtr ;
36
38
pub ( crate ) use crate :: implementation_from_dafny:: ConcurrentCall ;
You can’t perform that action at this time.
0 commit comments