aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-10-24 11:47:15 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-10-24 11:47:15 +0200
commita70f622e6bead1e9e83cf2a9b5285fe850828a16 (patch)
tree33f9ba94c401231f41be4776eb7e05933822562c
parent66e1d707223697fa4c31006899d7e54fd30f5a39 (diff)
downloadcortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.tar.gz
cortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.tar.zst
cortex-m-a70f622e6bead1e9e83cf2a9b5285fe850828a16.zip
fix warning
-rw-r--r--src/peripheral/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peripheral/mod.rs b/src/peripheral/mod.rs
index fe52bd1..6aacb73 100644
--- a/src/peripheral/mod.rs
+++ b/src/peripheral/mod.rs
@@ -77,7 +77,6 @@
// TODO stand-alone registers: ICTR, ACTLR and STIR
-#![allow(private_no_mangle_statics)]
use core::marker::PhantomData;
use core::ops;