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

Commit a566994c authored by Chris Wailes's avatar Chris Wailes
Browse files

Update source for Rust 1.63.0

Test: m rust
Bug: 241303140
Change-Id: I033bea0386fdec4f9f93f788b802823a703aeade
parent 12b0eb17
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,)*
                }