Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b01c5062 authored by Chris Wailes's avatar Chris Wailes Committed by Automerger Merge Worker
Browse files

Merge "Update source for Rust 1.63.0" am: 2d4560b7 am: f7f50eb3

parents ee850d16 f7f50eb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,)*
                }