mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
remove unneeded directives
This commit is contained in:
parent
8e80fed2af
commit
b62b303fdb
@ -29,7 +29,6 @@ pub(crate) struct Http2<T, H>
|
|||||||
where T: AsyncRead + AsyncWrite + 'static, H: 'static
|
where T: AsyncRead + AsyncWrite + 'static, H: 'static
|
||||||
{
|
{
|
||||||
router: Rc<Vec<H>>,
|
router: Rc<Vec<H>>,
|
||||||
#[allow(dead_code)]
|
|
||||||
addr: Option<SocketAddr>,
|
addr: Option<SocketAddr>,
|
||||||
state: State<IoWrapper<T>>,
|
state: State<IoWrapper<T>>,
|
||||||
disconnected: bool,
|
disconnected: bool,
|
||||||
|
@ -16,7 +16,6 @@ use httpresponse::HttpResponse;
|
|||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[cfg_attr(feature="cargo-clippy", allow(large_enum_variant))]
|
|
||||||
pub enum Frame {
|
pub enum Frame {
|
||||||
Message(HttpResponse),
|
Message(HttpResponse),
|
||||||
Payload(Option<Binary>),
|
Payload(Option<Binary>),
|
||||||
|
Loading…
Reference in New Issue
Block a user