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 33
44#![ allow( warnings, unconditional_panic) ]
55#![ allow( nonstandard_style) ]
6+ #![ allow( clippy:: never_loop) ]
7+ #![ allow( clippy:: absurd_extreme_comparisons) ]
68
79pub mod client;
810pub mod conversions;
@@ -30,7 +32,7 @@ pub use crate::deps::aws_cryptography_materialProviders;
3032pub use crate :: deps:: aws_cryptography_primitives;
3133
3234pub ( 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;
3436pub ( crate ) use crate :: implementation_from_dafny:: software;
3537pub ( crate ) use crate :: implementation_from_dafny:: AesKdfCtr ;
3638pub ( crate ) use crate :: implementation_from_dafny:: ConcurrentCall ;
You can’t perform that action at this time.
0 commit comments