diff options
author | 2019-10-29 08:06:13 +0100 | |
---|---|---|
committer | 2019-10-29 09:40:13 +0100 | |
commit | ab7ed074d3ad4bb4d9250774e7ec9ba5fc506e1d (patch) | |
tree | 7ace8e459d35ef726575fcc53d2fd4828ced4640 /src/lib.rs | |
parent | f505673246117276ecfab692e4b1303dc7496d32 (diff) | |
download | cortex-m-ab7ed074d3ad4bb4d9250774e7ec9ba5fc506e1d.tar.gz cortex-m-ab7ed074d3ad4bb4d9250774e7ec9ba5fc506e1d.tar.zst cortex-m-ab7ed074d3ad4bb4d9250774e7ec9ba5fc506e1d.zip |
Make clippy happy, again.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #![deny(missing_docs)] #![no_std] #![allow(clippy::identity_op)] +#![allow(clippy::missing_safety_doc)] extern crate aligned; extern crate bare_metal; |