Skip to content

Commit

Permalink
Merge branch 'tower' of https://github.com/chrislearn/salvo into tower
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Oct 1, 2023
2 parents c7d0e32 + b8e28e3 commit 491da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/http/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl Request {
self.extensions = extensions;
self.body = body;
}

/// Returns a reference to the associated URI.
///
/// # Examples
Expand Down

0 comments on commit 491da64

Please sign in to comment.