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:
@ -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>>;
|
||||
|
||||
|
@ -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>>;
|
||||
|
||||
|
Reference in New Issue
Block a user