mirror of
https://github.com/actix/actix-web.git
synced 2025-01-21 06:28:07 +00:00
remove actix reference
This commit is contained in:
parent
1e7096a63a
commit
19a0b8046b
1 changed files with 0 additions and 4 deletions
|
@ -4,7 +4,6 @@ use std::str::Utf8Error;
|
|||
use std::string::FromUtf8Error;
|
||||
use std::{fmt, io, result};
|
||||
|
||||
// use actix::MailboxError;
|
||||
pub use actix_threadpool::BlockingError;
|
||||
use actix_utils::timeout::TimeoutError;
|
||||
#[cfg(feature = "cookies")]
|
||||
|
@ -168,9 +167,6 @@ impl ResponseError for header::InvalidHeaderValueBytes {
|
|||
/// `InternalServerError` for `futures::Canceled`
|
||||
impl ResponseError for Canceled {}
|
||||
|
||||
// /// `InternalServerError` for `actix::MailboxError`
|
||||
// impl ResponseError for MailboxError {}
|
||||
|
||||
/// A set of errors that can occur during parsing HTTP streams
|
||||
#[derive(Debug, Display)]
|
||||
pub enum ParseError {
|
||||
|
|
Loading…
Reference in a new issue