Small named pipe refactor #261
Annotations
7 errors and 18 warnings
Run Clippy for Tokio configuration:
src/local_socket/tokio/listener/enum.rs#L138
functions in traits cannot be declared `async`
|
Run Clippy for Tokio configuration:
src/local_socket/tokio/listener/trait.rs#L37
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
|
Run Clippy for Tokio configuration:
src/local_socket/tokio/stream/enum.rs#L122
functions in traits cannot be declared `async`
|
Run Clippy for Tokio configuration:
src/local_socket/tokio/stream/trait.rs#L26
`impl Trait` only allowed in function and inherent method return types, not in trait method return types
|
Run Clippy for Tokio configuration:
src/os/windows/named_pipe/local_socket/tokio/listener.rs#L38
functions in traits cannot be declared `async`
|
Run Clippy for Tokio configuration:
src/os/windows/named_pipe/local_socket/tokio/stream.rs#L33
functions in traits cannot be declared `async`
|
Run Clippy for Tokio configuration
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run Clippy for default configuration:
src/os/windows/named_pipe/stream/impl.rs#L11
unused import: `REBURY_ERR`
|
Run Clippy for default configuration:
src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
|
Run Clippy for default configuration
`interprocess` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p interprocess` to apply 2 suggestions)
|
Run rustdoc for default configuration:
src/local_socket.rs#L8
unresolved link to `ImplType`
|
Run rustdoc for default configuration:
src/local_socket.rs#L17
unresolved link to `ImplProperties`
|
Run rustdoc for default configuration:
src/local_socket.rs#L17
unresolved link to `ImplType`
|
Run rustdoc for default configuration:
src/local_socket.rs#L19
unresolved link to `ImplProperties`
|
Run rustdoc for default configuration:
src/local_socket.rs#L21
unresolved link to `ImplProperties`
|
Run rustdoc for default configuration
`interprocess` (lib doc) generated 5 warnings
|
Run tests for default configuration:
src/os/windows/named_pipe/stream/impl.rs#L11
unused import: `REBURY_ERR`
|
Run tests for default configuration:
src/os/windows/named_pipe/stream.rs#L7
unused import: `r#impl::*`
|
Run tests for default configuration
`interprocess` (lib) generated 2 warnings (run `cargo fix --lib -p interprocess` to apply 2 suggestions)
|
Loading