Skip to content

Commit 38b0f3f

Browse files
committed
m
1 parent 9b46b01 commit 38b0f3f

File tree

1 file changed

+3
-1
lines changed
  • DynamoDbEncryption/runtimes/rust/src

1 file changed

+3
-1
lines changed

DynamoDbEncryption/runtimes/rust/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#![allow(warnings, unconditional_panic)]
55
#![allow(nonstandard_style)]
6+
#![allow(clippy::never_loop)]
7+
#![allow(clippy::absurd_extreme_comparisons)]
68

79
pub mod client;
810
pub mod conversions;
@@ -30,7 +32,7 @@ pub use crate::deps::aws_cryptography_materialProviders;
3032
pub use crate::deps::aws_cryptography_primitives;
3133

3234
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;
3436
pub(crate) use crate::implementation_from_dafny::software;
3537
pub(crate) use crate::implementation_from_dafny::AesKdfCtr;
3638
pub(crate) use crate::implementation_from_dafny::ConcurrentCall;

0 commit comments

Comments
 (0)