We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42224fe commit 4893f53Copy full SHA for 4893f53
rust/ql/test/library-tests/dataflow/sources/net/test.rs
@@ -298,7 +298,7 @@ async fn test_tokio_tcpstream(case: i64) -> std::io::Result<()> {
298
}
299
300
async fn test_std_to_tokio_tcpstream() -> std::io::Result<()> {
301
- // using tokio::io to fetch a web page
+ // using std::net and tokio::net together to fetch a web page
302
let address = "example.com:80";
303
304
// create the connection
0 commit comments