Skip to content

Commit

Permalink
fix: warning, url method not used
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaMorard committed Sep 24, 2024
1 parent b565181 commit 7723255
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/proxy/context/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ impl IncomingContext {
&self.path
}

pub fn uri(&self) -> &http::Uri {
&self.incoming_parts.uri
}

pub fn host(&self) -> &String {
&self.host
}
Expand Down

0 comments on commit 7723255

Please sign in to comment.