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

Commit 0a70ea9d authored by Ravi Jain's avatar Ravi Jain Committed by Android (Google) Code Review
Browse files

Revert "rust: Make AttPermissions compatible with libbitflags 2.2.1"

Revert submission 23170841-cherrypicker-L56400000960600321:N14500001367781407

Reason for revert: DroidMonitor: Potential culprit for Bug b/282265637 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Reverted changes: /q/submissionid:23170841-cherrypicker-L56400000960600321:N14500001367781407

Change-Id: Icbd2de5059d5ac3627b7483cc7970d942ccf3d6b
parent 3b1ebbf3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ bitflags! {
    ///
    /// These values are from Core Spec 5.3 Vol 3G 3.3.1.1 Characteristic Properties,
    /// and also match what Android uses in JNI.
    #[derive(Copy, Clone, Debug, PartialEq, Eq)]
    pub struct AttPermissions : u8 {
        /// Attribute can be read using READ_REQ
        const READABLE = 0x02;