Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 22, 2025
1 parent 9ec7a50 commit 0406aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/request_with_local_address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ async fn main() -> Result<(), rquest::Error> {
.send()
.await?;

println!("{}", resp.version());
println!("{}", resp.text().await?);

Ok(())
Expand Down

0 comments on commit 0406aaa

Please sign in to comment.