appease untitaker

This commit is contained in:
Cooper Quintin
2026-02-03 12:33:54 -08:00
committed by Will Greenberg
parent 72c19e0f04
commit 62e8d4c40f

View File

@@ -29,7 +29,7 @@ impl LteSib6And7DowngradeAnalyzer {
}
fn unpack_system_information<'a>(
&mut self,
&self,
ie: &'a InformationElement,
) -> Option<&'a SystemInformation_r8_IEsSib_TypeAndInfo> {
if let InformationElement::LTE(lte_ie) = ie