Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-11-01 19:22:24 -07:00
parent bf4c0cba00
commit 6d3409ae76
No known key found for this signature in database
GPG Key ID: F27A1BA748ECAED2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fn main() -> std::io::Result<()> {
use std::io;
use tempfile::tempdir;
// n.b.: notgull: uds_windows does not support I/O safety uet, hence the wrapper types
// n.b.: notgull: uds_windows does not support I/O safety yet, hence the wrapper types
struct UnixListener(uds_windows::UnixListener);