Skip to content

Commit

Permalink
tower-abci: disable clippy's lazy indent lint...
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Nov 18, 2024
1 parent 784f312 commit d55809d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d55809d

Please sign in to comment.