Skip to content

Commit 415f18a

Browse files
committed
migrate to rust 2021 edition (again)
1 parent c5e7b1f commit 415f18a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
cargo-features = ["edition2021"]
2+
13
[package]
24
name = "array-map"
35
version = "0.1.0"
4-
edition = "2018"
6+
edition = "2021"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
79

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# edition = "2021"
1+
edition = "2021"
22

33
format_code_in_doc_comments = true
44
format_macro_matchers = true

0 commit comments

Comments
 (0)