chore(dev): activate [patch.libcosmic] + version marker +perf-bundle-v2

Includes silencing unused-var warning in network-manager subscription
(ap -> _ap). Pre-yoda-fork snapshot.
This commit is contained in:
Lionel DARNIS 2026-04-22 21:14:48 +02:00
parent a679d056b9
commit 051f4f9e2c
4 changed files with 24 additions and 8 deletions

View file

@ -925,7 +925,7 @@ impl NetworkManagerState {
}
}
let Some(ap) = self
let Some(_ap) = self
.wireless_access_points
.iter()
.find(|ap| ap.ssid.as_ref() == ssid && ap.hw_address == hw_address)