diff options
| author | LinkTed <LinkTed@users.noreply.github.com> | 2020-09-01 16:32:13 +0200 |
|---|---|---|
| committer | LinkTed <LinkTed@users.noreply.github.com> | 2020-10-10 15:19:12 +0200 |
| commit | 19c5fdda7c76d57b07d85054400ca14bf3849023 (patch) | |
| tree | 38dec76258ac43fbc5d6515aa43fc3f0339896f9 /library/std/src/sys/unix/ext/net/mod.rs | |
| parent | a91fd7328c5742360d0c50e3516e173e61bf7b78 (diff) | |
| download | rust-19c5fdda7c76d57b07d85054400ca14bf3849023.tar.gz rust-19c5fdda7c76d57b07d85054400ca14bf3849023.zip | |
Rename `test.rs` to `tests.rs`
Diffstat (limited to 'library/std/src/sys/unix/ext/net/mod.rs')
| -rw-r--r-- | library/std/src/sys/unix/ext/net/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/ext/net/mod.rs b/library/std/src/sys/unix/ext/net/mod.rs index d1c943b4f2f..c37e856e5bc 100644 --- a/library/std/src/sys/unix/ext/net/mod.rs +++ b/library/std/src/sys/unix/ext/net/mod.rs @@ -42,7 +42,7 @@ mod listener; mod raw_fd; mod stream; #[cfg(all(test, not(target_os = "emscripten")))] -mod test; +mod tests; #[stable(feature = "unix_socket", since = "1.10.0")] pub use self::addr::*; |
