v3.0.1 #120
Annotations
3 errors and 12 warnings
unresolved import `tokio_crate`:
src/tokio.rs#L2
error[E0432]: unresolved import `tokio_crate`
--> src/tokio.rs:2:5
|
2 | use tokio_crate as tokio;
| ^^^^^^^^^^^^^^^^^^^^ no external crate `tokio_crate`
|
unresolved import `tokio_crate`:
src/tokio.rs#L2
error[E0432]: unresolved import `tokio_crate`
--> src/tokio.rs:2:5
|
2 | use tokio_crate as tokio;
| ^^^^^^^^^^^^^^^^^^^^ no external crate `tokio_crate`
|
clippy
Clippy had exited with the 101 exit code
|
rustfmt
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/
|
rustfmt
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/
|
rustfmt
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/
|
rustfmt
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/
|
lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`:
src/threading.rs#L114
warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
--> src/threading.rs:114:17
|
114 | #[allow(clippy::blocks_in_if_conditions)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
|
lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`:
src/threading.rs#L87
warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
--> src/threading.rs:87:17
|
87 | #[allow(clippy::blocks_in_if_conditions)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
|
lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`:
src/threading.rs#L114
warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
--> src/threading.rs:114:17
|
114 | #[allow(clippy::blocks_in_if_conditions)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
|
lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`:
src/threading.rs#L87
warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
--> src/threading.rs:87:17
|
87 | #[allow(clippy::blocks_in_if_conditions)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
|
clippy
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/
|
clippy
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/
|
clippy
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/
|
clippy
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/
|