From 86720f2953d7f06f85848b829911cd6a3a7876c3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 5 Jul 2021 14:19:41 +0300 Subject: [PATCH] minor: drop dummy authors field --- crates/base_db/Cargo.toml | 1 - crates/cfg/Cargo.toml | 1 - crates/flycheck/Cargo.toml | 1 - crates/hir/Cargo.toml | 1 - crates/hir_def/Cargo.toml | 1 - crates/hir_expand/Cargo.toml | 1 - crates/hir_ty/Cargo.toml | 1 - crates/ide/Cargo.toml | 1 - crates/ide_assists/Cargo.toml | 1 - crates/ide_completion/Cargo.toml | 1 - crates/ide_db/Cargo.toml | 1 - crates/ide_diagnostics/Cargo.toml | 1 - crates/ide_ssr/Cargo.toml | 1 - crates/mbe/Cargo.toml | 1 - crates/parser/Cargo.toml | 1 - crates/paths/Cargo.toml | 1 - crates/proc_macro_api/Cargo.toml | 1 - crates/proc_macro_srv/Cargo.toml | 1 - crates/proc_macro_test/Cargo.toml | 1 - crates/proc_macro_test/imp/Cargo.toml | 1 - crates/profile/Cargo.toml | 1 - crates/project_model/Cargo.toml | 1 - crates/rust-analyzer/Cargo.toml | 1 - crates/sourcegen/Cargo.toml | 1 - crates/stdx/Cargo.toml | 1 - crates/syntax/Cargo.toml | 1 - crates/syntax/fuzz/Cargo.toml | 1 - crates/test_utils/Cargo.toml | 1 - crates/text_edit/Cargo.toml | 1 - crates/toolchain/Cargo.toml | 1 - crates/tt/Cargo.toml | 1 - crates/vfs-notify/Cargo.toml | 1 - crates/vfs/Cargo.toml | 1 - lib/arena/Cargo.toml | 1 - xtask/Cargo.toml | 1 - 35 files changed, 35 deletions(-) diff --git a/crates/base_db/Cargo.toml b/crates/base_db/Cargo.toml index 69173ad1f3b5..1301d2227558 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 73247d1302b6..f19354adde8b 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 18b9ce7dfc15..2042fa029641 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 7c148fd40328..192490620150 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 bb86f6a73657..e47824c56ea7 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 f649ab9259be..f7817c9271d6 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 74129eb21715..30f1f99b9c4e 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 0e84473940a7..5e052a67ae55 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 984e20441648..05b7811d908c 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 ce5ba72efe10..447744da17c2 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 e219c577a18b..b99089e08fd2 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 53514d54b720..3389e67d9dcf 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 727d17baccc9..28aacd349ce7 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 f3092d9aa95c..0769c436f657 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 1610e0d23e95..39c190459072 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 da26938c1230..68d49aee937c 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 1c3a90201486..09961c7ac5b9 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 5b879fab7377..716bdb641bcb 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 1a88e361e83d..bba7d256e193 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 1c2e75401753..b718db968d12 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 653d3d98399e..173a84ea77c8 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 fe3258332aff..61d7ae68d97b 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 c3adbd3468ea..9ff95d004662 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 4456a435aa52..e7d618b8c760 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 f78c5da7c82a..8f1255c0306b 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 1a0d7522ef36..e22fdb0312ad 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 e22cd6b0c5d2..f01593fd9969 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 87bab7a08620..b2ea1065a00c 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 8aadc187561e..b86f2dcfcf53 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 dcf0bfca045d..8d8022eb4792 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 5b8972ea3834..ee8146db87ad 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 5b7c33b01c40..73119cff6bc6 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 894944b18dd6..06c77bcc4108 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 f4d2ecb6c85c..27fd436972ea 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 3bd7a533f81b..93e075885df5 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"