We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579ad83 commit a33d925Copy full SHA for a33d925
src/common/adapter_manager.rs
@@ -73,6 +73,8 @@ where
73
.collect()
74
}
75
76
+ // Only used on windows and macOS/iOS, so turn off deadcode so we don't get warnings on android/linux.
77
+ #[allow(dead_code)]
78
pub fn peripheral_mut(
79
&self,
80
id: &PeripheralId,
0 commit comments