8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2d4e6 commit f18475eCopy full SHA for f18475e
Cargo.toml
@@ -6,7 +6,7 @@ authors = [
6
categories = ["concurrency", "embedded", "no-std"]
7
description = "The Real-Time Interrupt-driven Concurrency (RTIC) meta language"
8
documentation = "https://docs.rs/rtic-syntax"
9
-edition = "2018"
+edition = "2021"
10
keywords = []
11
license = "MIT OR Apache-2.0"
12
name = "rtic-syntax"
src/lib.rs
@@ -1,6 +1,7 @@
1
//! The Real-Time Interrupt-driven Concurrency (RTIC) meta language
2
3
#![deny(missing_docs)]
4
+#![deny(rust_2021_compatibility)]
5
#![deny(rust_2018_compatibility)]
#![deny(rust_2018_idioms)]
#![doc(
0 commit comments