diff --git a/src/extract/mod.rs b/src/extract/mod.rs index 036425e5..e53ba255 100644 --- a/src/extract/mod.rs +++ b/src/extract/mod.rs @@ -358,7 +358,7 @@ pub trait FromRequest: Sized { /// /// Has several convenience methods for getting owned parts of the request. #[derive(Debug)] -pub struct RequestParts { +pub struct RequestParts { method: Option, uri: Option, version: Option,