Loading system/gd/rust/stack/src/hci/controller.rs +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ macro_rules! supported_features { impl SupportedFeatures { fn new(supported: Vec<u64>) -> Self { #[allow(clippy::get_first)] Self { $($id: *supported.get($page).unwrap_or(&0) & (1 << $bit) != 0,)* } Loading Loading
system/gd/rust/stack/src/hci/controller.rs +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ macro_rules! supported_features { impl SupportedFeatures { fn new(supported: Vec<u64>) -> Self { #[allow(clippy::get_first)] Self { $($id: *supported.get($page).unwrap_or(&0) & (1 << $bit) != 0,)* } Loading