Skip to content

Commit b52306e

Browse files
bors[bot]matklad
andauthored
Merge #9493
9493: minor: drop dummy authors field r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 348f68c + 86720f2 commit b52306e

File tree

35 files changed

+0
-35
lines changed

35 files changed

+0
-35
lines changed

crates/base_db/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "base_db"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/cfg/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "cfg"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/flycheck/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "flycheck"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/hir/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "hir"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/hir_def/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "hir_def"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/hir_expand/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "hir_expand"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/hir_ty/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "hir_ty"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/ide/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ide"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/ide_assists/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ide_assists"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

crates/ide_completion/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ide_completion"
33
version = "0.0.0"
44
description = "TBD"
55
license = "MIT OR Apache-2.0"
6-
authors = ["rust-analyzer developers"]
76
edition = "2018"
87

98
[lib]

0 commit comments

Comments
 (0)