Unnamed repository; edit this file 'description' to name the repository.
Merge #10634
10634: minor: Drop resolver and `authors` manifest entry in `limit` r=lnicola a=lnicola The new resolver is on by default in the 2021 edition, bors r+ Co-authored-by: LaurenČ›iu Nicola <[email protected]>
bors[bot] 2021-10-25
parent 142b6dc · parent 0e0ad03 · commit aa04d3e
-rw-r--r--Cargo.toml1
-rw-r--r--crates/limit/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 84da50b9f6..3f83041bec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,4 @@
[workspace]
-resolver = "2"
members = ["xtask/", "lib/*", "crates/*"]
exclude = ["crates/proc_macro_test/imp"]
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml
index 04a3889c82..aa6e0bedea 100644
--- a/crates/limit/Cargo.toml
+++ b/crates/limit/Cargo.toml
@@ -3,7 +3,6 @@ name = "limit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
edition = "2021"
rust-version = "1.56"