i18n: translation update from Hosted Weblate #2355
ci.yml
on: pull_request
formatting
13s
linting
2m 38s
Annotations
10 warnings
|
unused variable: `ssid`:
cosmic-applet-network/src/app.rs#L1251
warning: unused variable: `ssid`
--> cosmic-applet-network/src/app.rs:1251:21
|
1251 | ssid,
| ^^^^ help: try ignoring the field: `ssid: _`
|
|
unused variable: `interface`:
cosmic-applet-network/src/app.rs#L1198
warning: unused variable: `interface`
--> cosmic-applet-network/src/app.rs:1198:25
|
1198 | interface
| ^^^^^^^^^ help: try ignoring the field: `interface: _`
|
|
unused variable: `secret_tx`:
cosmic-applet-network/src/app.rs#L1197
warning: unused variable: `secret_tx`
--> cosmic-applet-network/src/app.rs:1197:25
|
1197 | secret_tx,
| ^^^^^^^^^ help: try ignoring the field: `secret_tx: _`
|
|
unused variable: `secret_tx`:
cosmic-applet-network/src/app.rs#L1160
warning: unused variable: `secret_tx`
--> cosmic-applet-network/src/app.rs:1160:25
|
1160 | secret_tx,
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_secret_tx`
|
|
unused variable: `hw_address`:
cosmic-applet-network/src/app.rs#L1158
warning: unused variable: `hw_address`
--> cosmic-applet-network/src/app.rs:1158:25
|
1158 | hw_address,
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_hw_address`
|
= note: `#[warn(unused_variables)]` on by default
|
|
variable does not need to be mutable:
cosmic-applet-network/src/app.rs#L768
warning: variable does not need to be mutable
--> cosmic-applet-network/src/app.rs:768:13
|
768 | let mut applet = Self {
| ----^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
|
unused import: `channel::mpsc::TrySendError`:
cosmic-applet-network/src/app.rs#L48
warning: unused import: `channel::mpsc::TrySendError`
--> cosmic-applet-network/src/app.rs:48:26
|
48 | use futures::{StreamExt, channel::mpsc::TrySendError};
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
unused imports: `NmState` and `access_point`:
cosmic-applet-network/src/app.rs#L43
warning: unused imports: `NmState` and `access_point`
--> cosmic-applet-network/src/app.rs:43:5
|
43 | access_point,
| ^^^^^^^^^^^^
44 | enums::{ActiveConnectionState, DeviceState, NmConnectivityState, NmState},
| ^^^^^^^
|
|
unused import: `time::Duration`:
cosmic-applet-network/src/app.rs#L18
warning: unused import: `time::Duration`
--> cosmic-applet-network/src/app.rs:18:5
|
18 | time::Duration,
| ^^^^^^^^^^^^^^
|
|
unused import: `active_conns::active_conns_subscription`:
cosmic-applet-network/src/app.rs#L5
warning: unused import: `active_conns::active_conns_subscription`
--> cosmic-applet-network/src/app.rs:5:5
|
5 | active_conns::active_conns_subscription,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|