aboutsummaryrefslogtreecommitdiff
path: root/src/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.rs')
-rw-r--r--src/db.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.rs b/src/db.rs
index 9491d2f..971990d 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -9,7 +9,7 @@
//! [RFC 5280]: https://datatracker.ietf.org/doc/html/rfc5280
//! [Object Identifier Descriptors]: https://www.iana.org/assignments/ldap-parameters/ldap-parameters.xhtml#ldap-parameters-3
-#![allow(missing_docs)]
+#![allow(clippy::integer_arithmetic, missing_docs)]
mod gen;