diff --git a/crates/base_db/Cargo.toml b/crates/base_db/Cargo.toml index 69173ad1f3..1301d22275 100644 --- a/crates/base_db/Cargo.toml +++ b/crates/base_db/Cargo.toml @@ -3,7 +3,6 @@ name = "base_db" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml index 73247d1302..f19354adde 100644 --- a/crates/cfg/Cargo.toml +++ b/crates/cfg/Cargo.toml @@ -3,7 +3,6 @@ name = "cfg" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index 18b9ce7dfc..2042fa0296 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml @@ -3,7 +3,6 @@ name = "flycheck" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 7c148fd403..1924906201 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -3,7 +3,6 @@ name = "hir" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index bb86f6a736..e47824c56e 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -3,7 +3,6 @@ name = "hir_def" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index f649ab9259..f7817c9271 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -3,7 +3,6 @@ name = "hir_expand" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 74129eb217..30f1f99b9c 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -3,7 +3,6 @@ name = "hir_ty" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 0e84473940..5e052a67ae 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -3,7 +3,6 @@ name = "ide" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide_assists/Cargo.toml b/crates/ide_assists/Cargo.toml index 984e204416..05b7811d90 100644 --- a/crates/ide_assists/Cargo.toml +++ b/crates/ide_assists/Cargo.toml @@ -3,7 +3,6 @@ name = "ide_assists" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide_completion/Cargo.toml b/crates/ide_completion/Cargo.toml index ce5ba72efe..447744da17 100644 --- a/crates/ide_completion/Cargo.toml +++ b/crates/ide_completion/Cargo.toml @@ -3,7 +3,6 @@ name = "ide_completion" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index e219c577a1..b99089e08f 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -3,7 +3,6 @@ name = "ide_db" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide_diagnostics/Cargo.toml b/crates/ide_diagnostics/Cargo.toml index 53514d54b7..3389e67d9d 100644 --- a/crates/ide_diagnostics/Cargo.toml +++ b/crates/ide_diagnostics/Cargo.toml @@ -3,7 +3,6 @@ name = "ide_diagnostics" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml index 727d17bacc..28aacd349c 100644 --- a/crates/ide_ssr/Cargo.toml +++ b/crates/ide_ssr/Cargo.toml @@ -4,7 +4,6 @@ version = "0.0.0" description = "Structural search and replace of Rust code" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/rust-analyzer" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml index f3092d9aa9..0769c436f6 100644 --- a/crates/mbe/Cargo.toml +++ b/crates/mbe/Cargo.toml @@ -3,7 +3,6 @@ name = "mbe" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 1610e0d23e..39c1904590 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -3,7 +3,6 @@ name = "parser" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml index da26938c12..68d49aee93 100644 --- a/crates/paths/Cargo.toml +++ b/crates/paths/Cargo.toml @@ -3,7 +3,6 @@ name = "paths" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index 1c3a902014..09961c7ac5 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml @@ -3,7 +3,6 @@ name = "proc_macro_api" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index 5b879fab73..716bdb641b 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -3,7 +3,6 @@ name = "proc_macro_srv" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/proc_macro_test/Cargo.toml b/crates/proc_macro_test/Cargo.toml index 1a88e361e8..bba7d256e1 100644 --- a/crates/proc_macro_test/Cargo.toml +++ b/crates/proc_macro_test/Cargo.toml @@ -2,7 +2,6 @@ name = "proc_macro_test" version = "0.0.0" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" publish = false diff --git a/crates/proc_macro_test/imp/Cargo.toml b/crates/proc_macro_test/imp/Cargo.toml index 1c2e754017..b718db968d 100644 --- a/crates/proc_macro_test/imp/Cargo.toml +++ b/crates/proc_macro_test/imp/Cargo.toml @@ -2,7 +2,6 @@ name = "proc_macro_test_impl" version = "0.0.0" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" publish = false diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 653d3d9839..173a84ea77 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -3,7 +3,6 @@ name = "profile" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index fe3258332a..61d7ae68d9 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml @@ -3,7 +3,6 @@ name = "project_model" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index c3adbd3468..9ff95d0046 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -3,7 +3,6 @@ name = "rust-analyzer" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] autobins = false edition = "2018" diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index 4456a435aa..e7d618b8c7 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -3,7 +3,6 @@ name = "sourcegen" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index f78c5da7c8..8f1255c030 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -3,7 +3,6 @@ name = "stdx" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 1a0d7522ef..e22fdb0312 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -4,7 +4,6 @@ version = "0.0.0" description = "Comment and whitespace preserving parser for the Rust language" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/rust-analyzer" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml index e22cd6b0c5..f01593fd99 100644 --- a/crates/syntax/fuzz/Cargo.toml +++ b/crates/syntax/fuzz/Cargo.toml @@ -2,7 +2,6 @@ [package] name = "syntax-fuzz" version = "0.0.1" -authors = ["rust-analyzer developers"] publish = false edition = "2018" diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 87bab7a086..b2ea1065a0 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml @@ -3,7 +3,6 @@ name = "test_utils" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/text_edit/Cargo.toml b/crates/text_edit/Cargo.toml index 8aadc18756..b86f2dcfcf 100644 --- a/crates/text_edit/Cargo.toml +++ b/crates/text_edit/Cargo.toml @@ -3,7 +3,6 @@ name = "text_edit" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml index dcf0bfca04..8d8022eb47 100644 --- a/crates/toolchain/Cargo.toml +++ b/crates/toolchain/Cargo.toml @@ -3,7 +3,6 @@ name = "toolchain" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml index 5b8972ea38..ee8146db87 100644 --- a/crates/tt/Cargo.toml +++ b/crates/tt/Cargo.toml @@ -3,7 +3,6 @@ name = "tt" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index 5b7c33b01c..73119cff6b 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -3,7 +3,6 @@ name = "vfs-notify" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index 894944b18d..06c77bcc41 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -3,7 +3,6 @@ name = "vfs" version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" -authors = ["rust-analyzer developers"] edition = "2018" [lib] diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index f4d2ecb6c8..27fd436972 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml @@ -6,5 +6,4 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/rust-analyzer" documentation = "https://docs.rs/la-arena" categories = ["data-structures", "memory-management", "rust-patterns"] -authors = ["rust-analyzer developers"] edition = "2018" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3bd7a533f8..93e075885d 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,7 +2,6 @@ edition = "2018" name = "xtask" version = "0.1.0" -authors = ["rust-analyzer developers"] publish = false license = "MIT OR Apache-2.0"