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:
parent
a679d056b9
commit
051f4f9e2c
4 changed files with 24 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue