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 c5e7b1f commit 415f18aCopy full SHA for 415f18a
Cargo.toml
@@ -1,7 +1,9 @@
1
+cargo-features = ["edition2021"]
2
+
3
[package]
4
name = "array-map"
5
version = "0.1.0"
-edition = "2018"
6
+edition = "2021"
7
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
rustfmt.toml
@@ -1,4 +1,4 @@
-# edition = "2021"
format_code_in_doc_comments = true
format_macro_matchers = true
0 commit comments