8000 Merge #67 · rtic-rs/rtic-syntax@cf7e7f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf7e7f7

Browse files
bors[bot]Henrik Tjäder
and 8000 authored
Merge #67
67: Edition: Bump to 2021 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2 parents ed2d4e6 + 22b79a1 commit cf7e7f7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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(

ui/monotonic-no-binds.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: `binds = ...` is missing
2-
--> $DIR/monotonic-no-binds.rs:5:16
2+
--> $DIR/monotonic-no-binds.rs:5:17
33
|
44
5 | #[monotonic()]
5-
| ^^
5+
| ^

0 commit comments

Comments
 (0)
0