diff options
author | 2022-01-23 18:32:03 +0000 | |
---|---|---|
committer | 2022-01-23 18:32:03 +0000 | |
commit | 08111803edae11ab0fa4d0f287a865f434f4c12c (patch) | |
tree | b00e66deef005f0fcc57e997bfd5c7ed8bc3857e /src | |
parent | c350114d8002d91bd71d08e7ad6ee2e960c2ed35 (diff) | |
parent | 000279dd5984e7f1de90c9225ddafdaea61ed0cb (diff) | |
download | cortex-m-08111803edae11ab0fa4d0f287a865f434f4c12c.tar.gz cortex-m-08111803edae11ab0fa4d0f287a865f434f4c12c.tar.zst cortex-m-08111803edae11ab0fa4d0f287a865f434f4c12c.zip |
Merge #415
415: Fix most clippy lints r=adamgreig a=newAM
This fixes all clippy lints that do not result in a user-visible change, and result in valid code for the 1.40 MSRV.
Co-authored-by: Alex Martens <alex@thinglab.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ //! //! # Minimum Supported Rust Version (MSRV) //! -//! This crate is guaranteed to compile on stable Rust 1.40 and up. It *might* +//! This crate is guaranteed to compile on stable Rust 1.42 and up. It *might* //! compile with older versions but that may change in any new patch release. #![cfg_attr(feature = "inline-asm", feature(asm))] |