1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

Bump actix-web (#47)

This commit is contained in:
Riley
2021-10-21 03:47:27 -05:00
committed by GitHub
parent 56022d577a
commit 032b7cd48f
5 changed files with 4 additions and 6 deletions

View File

@ -55,7 +55,6 @@ impl std::fmt::Display for RequestId {
}
impl FromRequest for RequestId {
type Config = ();
type Error = RequestIdExtractionError;
type Future = Ready<Result<Self, Self::Error>>;

View File

@ -47,7 +47,6 @@ impl From<RootSpan> for Span {
}
impl FromRequest for RootSpan {
type Config = ();
type Error = RootSpanExtractionError;
type Future = Ready<Result<Self, Self::Error>>;