Skip to content

Commit 4893f53

Browse files
committed
Rust: Fix a comment.
1 parent 42224fe commit 4893f53

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/dataflow/sources/net

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/dataflow/sources/net/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ async fn test_tokio_tcpstream(case: i64) -> std::io::Result<()> {
298298
}
299299

300300
async fn test_std_to_tokio_tcpstream() -> std::io::Result<()> {
301-
// using tokio::io to fetch a web page
301+
// using std::net and tokio::net together to fetch a web page
302302
let address = "example.com:80";
303303

304304
// create the connection

0 commit comments

Comments
 (0)