Commit 29bed98
Fix clippy warnings in overlapped module
- Add #[allow(dead_code)] to specific OverlappedData variants that store
buffers which must be kept alive during async operations but aren't
directly read from Rust code: ReadInto, Write, Accept
- Add #[allow(dead_code)] to WaitNamedPipeAndConnect (reserved for named pipe)
- Add #[allow(clippy::too_many_arguments)] to TransmitFile method
which follows CPython's API signature
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1b26efc commit 29bed98
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
161 | 163 | | |
| 164 | + | |
162 | 165 | | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| 171 | + | |
167 | 172 | | |
168 | 173 | | |
169 | 174 | | |
| |||
1055 | 1060 | | |
1056 | 1061 | | |
1057 | 1062 | | |
| 1063 | + | |
1058 | 1064 | | |
1059 | 1065 | | |
1060 | 1066 | | |
| |||
0 commit comments