aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2022-01-23 18:32:03 +0000
committerGravatar GitHub <noreply@github.com> 2022-01-23 18:32:03 +0000
commit08111803edae11ab0fa4d0f287a865f434f4c12c (patch)
treeb00e66deef005f0fcc57e997bfd5c7ed8bc3857e /src/lib.rs
parentc350114d8002d91bd71d08e7ad6ee2e960c2ed35 (diff)
parent000279dd5984e7f1de90c9225ddafdaea61ed0cb (diff)
downloadcortex-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/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0914639..dd46fd7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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))]