aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
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 /cortex-m-rt/src
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 'cortex-m-rt/src')
-rw-r--r--cortex-m-rt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index 8003326..752d3d7 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -418,7 +418,7 @@
//!
//! # Minimum Supported Rust Version (MSRV)
//!
-//! The MSRV of this release is Rust 1.40.0.
+//! The MSRV of this release is Rust 1.42.0.
// # Developer notes
//