From 7b3a9e52d182f78d6978d45bd2243430e43b7774 Mon Sep 17 00:00:00 2001 From: Alex Coats Date: Mon, 11 Sep 2023 08:44:10 -0400 Subject: [PATCH] lint --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7e969837e..277f02e37 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ // Ideally, this would be handled completely by CI, but there is a bug in `petgraph` that prevents us from doing that. #![warn(missing_docs)] -#![deny(unreachable_pub, private_in_public)] +#![deny(unreachable_pub, private_interfaces, private_bounds)] //! The basic types and MongoDb queries for Chronicle.