aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Mara Bos <m-ou.se@m-ou.se> 2019-10-09 13:00:37 +0200
committerGravatar Mara Bos <m-ou.se@m-ou.se> 2019-10-09 13:03:19 +0200
commita3289cb794db26bae5262e50d082f63935d0a7ee (patch)
tree8577419aa448d93693aa1bc09dfa2106876f9226 /src/lib.rs
parent718cd17aadda36edf3dff761e55a580e54e355df (diff)
downloadcortex-m-a3289cb794db26bae5262e50d082f63935d0a7ee.tar.gz
cortex-m-a3289cb794db26bae5262e50d082f63935d0a7ee.tar.zst
cortex-m-a3289cb794db26bae5262e50d082f63935d0a7ee.zip
Make Clippy happy.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9d8171e..706d02f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,6 +32,7 @@
#![cfg_attr(feature = "inline-asm", feature(asm))]
#![deny(missing_docs)]
#![no_std]
+#![allow(clippy::identity_op)]
extern crate aligned;
extern crate bare_metal;