aboutsummaryrefslogtreecommitdiff
path: root/src/cmse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmse.rs')
-rw-r--r--src/cmse.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmse.rs b/src/cmse.rs
index 393e463..36d7447 100644
--- a/src/cmse.rs
+++ b/src/cmse.rs
@@ -37,7 +37,6 @@ use bitfield::bitfield;
/// Memory access behaviour: determine which privilege execution mode is used and which Memory
/// Protection Unit (MPU) is used.
-#[allow(clippy::missing_inline_in_public_items)]
#[derive(PartialEq, Copy, Clone, Debug)]
pub enum AccessType {
/// Access using current privilege level and reading from current security state MPU.
@@ -55,7 +54,6 @@ pub enum AccessType {
/// Abstraction of TT instructions and helper functions to determine the security and privilege
/// attribute of a target address, accessed in different ways.
-#[allow(clippy::missing_inline_in_public_items)]
#[derive(PartialEq, Copy, Clone, Debug)]
pub struct TestTarget {
tt_resp: TtResp,