clippy

clippy
This commit is contained in:
weisd
2024-12-04 11:15:49 +08:00
committed by weisd
parent 03adb9f57e
commit 4ccd69c782
6 changed files with 64 additions and 26 deletions
+1
View File
@@ -26,6 +26,7 @@ pub fn get_global_notification_sys() -> Option<&'static NotificationSys> {
pub struct NotificationSys {
pub peer_clients: Vec<Option<PeerRestClient>>,
#[allow(dead_code)]
pub all_peer_clients: Vec<Option<PeerRestClient>>,
}