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 69173ad1f3b..1301d222755 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 73247d1302b..f19354adde8 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 18b9ce7dfc1..2042fa02964 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 7c148fd4032..19249062015 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 bb86f6a7365..e47824c56ea 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 f649ab9259b..f7817c9271d 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 74129eb2171..30f1f99b9c4 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 0e84473940a..5e052a67ae5 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 984e2044164..05b7811d908 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 ce5ba72efe1..447744da17c 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 e219c577a18..b99089e08fd 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 53514d54b72..3389e67d9dc 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 727d17baccc..28aacd349ce 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 f3092d9aa95..0769c436f65 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 1610e0d23e9..39c19045907 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 da26938c123..68d49aee937 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 1c3a9020148..09961c7ac5b 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 5b879fab737..716bdb641bc 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 1a88e361e83..bba7d256e19 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 1c2e7540175..b718db968d1 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 653d3d98399..173a84ea77c 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 fe3258332af..61d7ae68d97 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 c3adbd3468e..9ff95d00466 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 4456a435aa5..e7d618b8c76 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 f78c5da7c82..8f1255c0306 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 1a0d7522ef3..e22fdb0312a 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 e22cd6b0c5d..f01593fd996 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 87bab7a0862..b2ea1065a00 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 8aadc187561..b86f2dcfcf5 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 dcf0bfca045..8d8022eb479 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 5b8972ea383..ee8146db87a 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 5b7c33b01c4..73119cff6bc 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 894944b18dd..06c77bcc410 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 f4d2ecb6c85..27fd436972e 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 3bd7a533f81..93e075885df 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"