8000 Edition: Bump to 2021 · rtic-rs/rtic-syntax@f18475e · GitHub
[go: up one dir, main page]

Skip to content

Commit f18475e

Browse files
author
Henrik Tjäder
committed
Edition: Bump to 2021
1 parent ed2d4e6 commit f18475e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
categories = ["concurrency", "embedded", "no-std"]
77
description = "The Real-Time Interrupt-driven Concurrency (RTIC) meta language"
88
documentation = "https://docs.rs/rtic-syntax"
9-
edition = "2018"
9+
edition = "2021"
1010
keywords = []
1111
license = "MIT OR Apache-2.0"
1212
name = "rtic-syntax"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! The Real-Time Interrupt-driven Concurrency (RTIC) meta language
22
33
#![deny(missing_docs)]
4+
#![deny(rust_2021_compatibility)]
45
#![deny(rust_2018_compatibility)]
56
#![deny(rust_2018_idioms)]
67
#![doc(

0 commit comments

Comments
 (0)
0