diff --git a/src/lib.rs b/src/lib.rs index a06c9b7..eaa0a88 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![allow(clippy::doc_lazy_continuation)] #![doc = include_str!("../README.md")] /// A fork of tower::buffer @ `e1760d38` that has four queues feeding /// the same worker task, with different priorities.