commit | a096fed6f28910e848801ca9950e2e09d9545891 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Mon Feb 13 17:05:12 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 13 17:05:12 2023 +0000 |
tree | 712eb3ff669bcf9a590dae76a0e1ab2a176d55c4 | |
parent | 2ae708c94d63add63db515eaa294fe898d4cfad0 [diff] | |
parent | 45c3d240bb1ef2807bf49370a4a63e80d28c4a4e [diff] |
Merge "Update source for Rust 1.66.1"
diff --git a/pvmfw/avb/src/lib.rs b/pvmfw/avb/src/lib.rs index 8fea162..d83737f 100644 --- a/pvmfw/avb/src/lib.rs +++ b/pvmfw/avb/src/lib.rs
@@ -15,8 +15,6 @@ //! A library implementing the payload verification for pvmfw with libavb #![cfg_attr(not(test), no_std)] -// For usize.checked_add_signed(isize), available in Rust 1.66.0 -#![feature(mixed_integer_ops)] mod descriptor; mod error;