Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
net: apply the miri cfg correctly
Signed-off-by: ADD-SP <[email protected]>
  • Loading branch information
ADD-SP committed Jul 30, 2025
commit fe9c3b21c19fc34bcfa600b4fff1c9baae40cf6f
2 changes: 1 addition & 1 deletion tokio/tests/net_quickack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
target_os = "cygwin",
)
))]
#![cfg_attr(miri, ignore)] // No `socket` in miri.
#![cfg(miri)] // No `socket` in miri.

use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::net::TcpListener;
Expand Down
Loading