Skip to content

Commit

Permalink
fixup! feat(request): add url_mut method
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs committed Mar 21, 2022
1 parent cdac084 commit 950f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<State> Request<State> {
self.req.url()
}

/// Get a mutable reference to request's URL.
/// Get a mutable reference to request's URI.
#[must_use]
pub fn url_mut(&mut self) -> &mut Url {
self.req.url_mut()
Expand Down

0 comments on commit 950f8d0

Please sign in to comment.