Ignore clippy lints on copied code
This commit is contained in:
parent
47084ea85e
commit
090afb9d4c
|
|
@ -4,6 +4,9 @@
|
||||||
// When we upgrade to tower 0.4, we can use tokio's PollSemaphore, like tower's:
|
// When we upgrade to tower 0.4, we can use tokio's PollSemaphore, like tower's:
|
||||||
// ccfaffc buffer, limit: use `tokio-util`'s `PollSemaphore` (#556)
|
// ccfaffc buffer, limit: use `tokio-util`'s `PollSemaphore` (#556)
|
||||||
|
|
||||||
|
// Ignore lints on this copied code
|
||||||
|
#![allow(dead_code)]
|
||||||
|
|
||||||
pub(crate) use self::sync::OwnedSemaphorePermit as Permit;
|
pub(crate) use self::sync::OwnedSemaphorePermit as Permit;
|
||||||
use futures_core::ready;
|
use futures_core::ready;
|
||||||
use std::{
|
use std::{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue