mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +00:00
minor: drop dummy authors field
This commit is contained in:
parent
e5c1c8cf2f
commit
86720f2953
35 changed files with 0 additions and 35 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
[package]
|
||||
name = "syntax-fuzz"
|
||||
version = "0.0.1"
|
||||
authors = ["rust-analyzer developers"]
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
edition = "2018"
|
||||
name = "xtask"
|
||||
version = "0.1.0"
|
||||
authors = ["rust-analyzer developers"]
|
||||
publish = false
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue