This repository was archived by the owner on Jul 24, 2026. It is now read-only.
add more log messages #354
Annotations
16 warnings
|
feature `iterator_try_collect` is declared but not used:
src/lib.rs#L5
warning: feature `iterator_try_collect` is declared but not used
--> src/lib.rs:5:12
|
5 | #![feature(iterator_try_collect)]
| ^^^^^^^^^^^^^^^^^^^^
|
|
feature `duration_millis_float` is declared but not used:
src/lib.rs#L4
warning: feature `duration_millis_float` is declared but not used
--> src/lib.rs:4:12
|
4 | #![feature(duration_millis_float)]
| ^^^^^^^^^^^^^^^^^^^^^
|
|
feature `fn_traits` is declared but not used:
src/lib.rs#L2
warning: feature `fn_traits` is declared but not used
--> src/lib.rs:2:12
|
2 | #![feature(fn_traits)]
| ^^^^^^^^^
|
= note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
|
|
feature `lock_value_accessors` is declared but not used:
games/src/lib.rs#L2
warning: feature `lock_value_accessors` is declared but not used
--> games/src/lib.rs:2:12
|
2 | #![feature(lock_value_accessors)]
| ^^^^^^^^^^^^^^^^^^^^
|
|
feature `sync_nonpoison` is declared but not used:
download_manager/src/lib.rs#L3
warning: feature `sync_nonpoison` is declared but not used
--> download_manager/src/lib.rs:3:12
|
3 | #![feature(sync_nonpoison)]
| ^^^^^^^^^^^^^^
|
|
feature `nonpoison_mutex` is declared but not used:
download_manager/src/lib.rs#L2
warning: feature `nonpoison_mutex` is declared but not used
--> download_manager/src/lib.rs:2:12
|
2 | #![feature(nonpoison_mutex)]
| ^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
|
|
this `MutexGuard` is held across an await point:
download_manager/src/download_manager_frontend.rs#L134
warning: this `MutexGuard` is held across an await point
--> download_manager/src/download_manager_frontend.rs:134:13
|
134 | let mut queue = self.edit();
| ^^^^^^^^^
|
= help: consider using an async-aware `Mutex` type or ensuring the `MutexGuard` is dropped before calling `await`
note: these are all the await points this lock is held through
--> download_manager/src/download_manager_frontend.rs:141:9
|
141 | send!(self.command_sender, DownloadManagerSignal::UpdateUIQueue);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#await_holding_lock
= note: `#[warn(clippy::await_holding_lock)]` on by default
= note: this warning originates in the macro `send` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
feature `slice_concat_trait` is declared but not used:
remote/src/lib.rs#L1
warning: feature `slice_concat_trait` is declared but not used
--> remote/src/lib.rs:1:12
|
1 | #![feature(slice_concat_trait)]
| ^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
|
|
feature `nonpoison_rwlock` is declared but not used:
database/src/lib.rs#L1
warning: feature `nonpoison_rwlock` is declared but not used
--> database/src/lib.rs:1:12
|
1 | #![feature(nonpoison_rwlock)]
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
|
|
unused import: `log::info`:
database/src/db.rs#L7
warning: unused import: `log::info`
--> database/src/db.rs:7:5
|
7 | use log::info;
| ^^^^^^^^^
|
|
unused import: `keyring::Entry`:
database/src/db.rs#L6
warning: unused import: `keyring::Entry`
--> database/src/db.rs:6:5
|
6 | use keyring::Entry;
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
|
|
clippy_check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/clippy-check@v1, actions-rs/toolchain@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
clippy_check
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_check
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_check
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_check
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/
|