diff options
| author | r0cky <mu001999@outlook.com> | 2024-01-21 21:58:16 +0800 |
|---|---|---|
| committer | r0cky <mu001999@outlook.com> | 2024-01-21 21:58:16 +0800 |
| commit | 75eeb5e7b27ec1aed33e2b959c87c615015cde20 (patch) | |
| tree | cac56ecc7d8a937c42b757d148532220b475f470 | |
| parent | 4cb17b4e78e0540e49d2da884cc621a6bf6f47fa (diff) | |
| download | rust-75eeb5e7b27ec1aed33e2b959c87c615015cde20.tar.gz rust-75eeb5e7b27ec1aed33e2b959c87c615015cde20.zip | |
Remove unused struct
| -rw-r--r-- | library/std/src/sys/pal/unsupported/net.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/sys/pal/unsupported/net.rs b/library/std/src/sys/pal/unsupported/net.rs index bbc52703f96..931fe9ba246 100644 --- a/library/std/src/sys/pal/unsupported/net.rs +++ b/library/std/src/sys/pal/unsupported/net.rs @@ -364,7 +364,4 @@ pub mod netc { pub sin6_flowinfo: u32, pub sin6_scope_id: u32, } - - #[derive(Copy, Clone)] - pub struct sockaddr {} } |
