Skip to content

Commit 710975e

Browse files
committed
Fix typo in Cargo.toml authors
Fixes typo introduced in #782
1 parent d8cce0f commit 710975e

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

crates/gen_lsp_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "gen_lsp_server"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66
repository = "https://github.com/rust-analyzer/rust-analyzer"
77
license = "MIT OR Apache-2.0"
88
description = "Generic LSP server scaffold."

crates/ra_arena/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
edition = "2018"
33
name = "ra_arena"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]

crates/ra_assists/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_assists"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
join_to_string = "0.1.3"

crates/ra_batch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_batch"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
log = "0.4.5"

crates/ra_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_cli"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66
publish = false
77

88
[dependencies]

crates/ra_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_db"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
salsa = "0.10.0"

crates/ra_fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_fmt"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66
publish = false
77

88
[dependencies]

crates/ra_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_hir"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
arrayvec = "0.4.10"

crates/ra_ide_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_ide_api"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66

77
[dependencies]
88
itertools = "0.8.0"

crates/ra_ide_api_light/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
edition = "2018"
33
name = "ra_ide_api_light"
44
version = "0.1.0"
5-
authors = ["rust-analyzer deverlopers"]
5+
authors = ["rust-analyzer developers"]
66
publish = false
77

88
[dependencies]

0 commit comments

Comments
 (0)