Improvements from clippy
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ fn main() -> std::io::Result<()> {
|
||||
|
||||
request.write_to_stream(&mut stream)?;
|
||||
let response = read_string(&mut stream)?;
|
||||
println!("Response: {}", response);
|
||||
println!("Response: {response}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user