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

Commit c049acf2 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 am: b01c5062

parents 5acd68c7 b01c5062
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,)*
                }