Skip to content

Commit

Permalink
Remove deprecated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceStevens committed Oct 27, 2018
1 parent 2ec502a commit 89404de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stm32f40x/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,6 @@ impl Deref for SPI5 {
unsafe { &*SPI5::ptr() }
}
}
#[allow(private_no_mangle_statics)]
#[no_mangle]
static mut DEVICE_PERIPHERALS: bool = false;
#[doc = r" All the peripherals"]
Expand Down

0 comments on commit 89404de

Please sign in to comment.