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.