diff options
author | 2019-10-09 13:00:37 +0200 | |
---|---|---|
committer | 2019-10-09 13:03:19 +0200 | |
commit | a3289cb794db26bae5262e50d082f63935d0a7ee (patch) | |
tree | 8577419aa448d93693aa1bc09dfa2106876f9226 /src/lib.rs | |
parent | 718cd17aadda36edf3dff761e55a580e54e355df (diff) | |
download | cortex-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.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |