Fix IOCP on real windows #21
clippy
9 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 9 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.73.0 (cc66ad468 2023-10-03)
- cargo 1.73.0 (9c4383fb5 2023-08-26)
- clippy 0.1.73 (cc66ad46 2023-10-03)
Annotations
Check warning on line 52 in mfio-rt/src/util.rs
github-actions / clippy
associated function `null` is never used
warning: associated function `null` is never used
--> mfio-rt/src/util.rs:52:12
|
51 | impl RawBox {
| ----------- associated function in this implementation
52 | pub fn null() -> Self {
| ^^^^
Check warning on line 19 in mfio-rt/src/native/impls/unix_extra.rs
github-actions / clippy
function `new_socket` is never used
warning: function `new_socket` is never used
--> mfio-rt/src/native/impls/unix_extra.rs:19:15
|
19 | pub(crate) fn new_socket(
| ^^^^^^^^^^
Check warning on line 7 in mfio-rt/src/native/impls/unix_extra.rs
github-actions / clippy
function `new_for_addr` is never used
warning: function `new_for_addr` is never used
--> mfio-rt/src/native/impls/unix_extra.rs:7:15
|
7 | pub(crate) fn new_for_addr(
| ^^^^^^^^^^^^
Check warning on line 497 in mfio-rt/src/native/mod.rs
github-actions / clippy
method `register_file` is never used
warning: method `register_file` is never used
--> mfio-rt/src/native/mod.rs:497:8
|
481 | impl NativeRt {
| ------------- method in this implementation
...
497 | fn register_file(&self, file: std::fs::File) -> NativeFile {
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 197 in mfio-rt/src/test_suite.rs
github-actions / clippy
unused variable: `v`
warning: unused variable: `v`
--> mfio-rt/src/test_suite.rs:197:13
|
197 | let v = listener.next().await.unwrap();
| ^ help: if this is intentional, prefix it with an underscore: `_v`
|
= note: `#[warn(unused_variables)]` on by default
Check warning on line 52 in mfio-rt/src/util.rs
github-actions / clippy
associated function `null` is never used
warning: associated function `null` is never used
--> mfio-rt/src/util.rs:52:12
|
51 | impl RawBox {
| ----------- associated function in this implementation
52 | pub fn null() -> Self {
| ^^^^
Check warning on line 19 in mfio-rt/src/native/impls/unix_extra.rs
github-actions / clippy
function `new_socket` is never used
warning: function `new_socket` is never used
--> mfio-rt/src/native/impls/unix_extra.rs:19:15
|
19 | pub(crate) fn new_socket(
| ^^^^^^^^^^
Check warning on line 497 in mfio-rt/src/native/mod.rs
github-actions / clippy
method `register_file` is never used
warning: method `register_file` is never used
--> mfio-rt/src/native/mod.rs:497:8
|
481 | impl NativeRt {
| ------------- method in this implementation
...
497 | fn register_file(&self, file: std::fs::File) -> NativeFile {
| ^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
Check warning on line 197 in mfio-rt/src/test_suite.rs
github-actions / clippy
unused variable: `v`
warning: unused variable: `v`
--> mfio-rt/src/test_suite.rs:197:13
|
197 | let v = listener.next().await.unwrap();
| ^ help: if this is intentional, prefix it with an underscore: `_v`
|
= note: `#[warn(unused_variables)]` on by default