zebra/tower-batch/src
teor 00aa5d96a3
Consolidate standard lints into a cargo config file (#3386)
* Move standard lints into .cargo/config.toml

* Ignore "wrong self convention" in a futures-based trait

This lint might only trigger on beta or nightly at the moment.

* Warn if future incompatibile code is added to Zebra

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-01-24 16:25:06 +00:00
..
error.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
future.rs Document the correctness of Poll::Pending wakeups 2021-03-27 08:55:49 -04:00
layer.rs Revert #500 (generic errors in tower-batch). 2020-07-22 14:29:55 -04:00
lib.rs Consolidate standard lints into a cargo config file (#3386) 2022-01-24 16:25:06 +00:00
message.rs deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
semaphore.rs Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
service.rs Document the correctness of Poll::Pending wakeups 2021-03-27 08:55:49 -04:00
worker.rs Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00