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

Commit f7f50eb3 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

parents 262ee44e 2d4560b7
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,)*
                }