]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in Cargo.toml authors
authorVille Penttinen <villem.penttinen@gmail.com>
Mon, 11 Feb 2019 08:20:04 +0000 (10:20 +0200)
committerVille Penttinen <villem.penttinen@gmail.com>
Mon, 11 Feb 2019 08:20:04 +0000 (10:20 +0200)
Fixes typo introduced in #782

21 files changed:
crates/gen_lsp_server/Cargo.toml
crates/ra_arena/Cargo.toml
crates/ra_assists/Cargo.toml
crates/ra_batch/Cargo.toml
crates/ra_cli/Cargo.toml
crates/ra_db/Cargo.toml
crates/ra_fmt/Cargo.toml
crates/ra_hir/Cargo.toml
crates/ra_ide_api/Cargo.toml
crates/ra_ide_api_light/Cargo.toml
crates/ra_lsp_server/Cargo.toml
crates/ra_mbe/Cargo.toml
crates/ra_project_model/Cargo.toml
crates/ra_syntax/Cargo.toml
crates/ra_syntax/fuzz/Cargo.toml
crates/ra_text_edit/Cargo.toml
crates/ra_tt/Cargo.toml
crates/ra_vfs/Cargo.toml
crates/test_utils/Cargo.toml
crates/thread_worker/Cargo.toml
crates/tools/Cargo.toml

index fa63db4468e0b6f1d525de79420acc15c70409b5..a252c911c008837b7a9966445acdc31e220afb44 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "gen_lsp_server"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 repository = "https://github.com/rust-analyzer/rust-analyzer"
 license = "MIT OR Apache-2.0"
 description = "Generic LSP server scaffold."
index 3ea868083f95569694dd0d7c000dc920e666ff18..9328c1f50a9041092c6de06d9122adbd0a7b37f2 100644 (file)
@@ -2,4 +2,4 @@
 edition = "2018"
 name = "ra_arena"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
index a8e013b636589d4110894f4b8c2be38c11a9e015..f8fbe75b5b238ca8d31e29a7d28e08006cfdc402 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_assists"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 join_to_string = "0.1.3"
index 451945e4ce75755781bbad46b6dc3ecc3c889ebf..460e7c36ebdfa41ac530426ab67ad8667272197a 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_batch"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 log = "0.4.5"
index c4334808b8f0df0f954d2a13a062336227bc36be..042e42067ba12ca461c268046dd795f302761dae 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_cli"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [dependencies]
index 665f6d5b9e1cafe5ce5b6d1e8754f81d179fe7b9..c9b8f3c8e1e4c834672d3caae1718023123d1183 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_db"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 salsa = "0.10.0"
index fd634e613de7315220544a370eab24adb514aec1..ba7b3ceac70a6e76e87ee3517540e1ce64db3419 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_fmt"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [dependencies]
index 7787d8bda6ec29c8389ad012e564db2ce3218f00..f2242fe1f38becde3b334d27a3adbd2f84131cd8 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_hir"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 arrayvec = "0.4.10"
index e5b2e6c1f2b6133c0d896521f88c8fd84eeff1a4..1d907bda24d9b5bb388f8f2ff149df4b44fc6690 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_ide_api"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 itertools = "0.8.0"
index 8e5379fba8c3be2b4c5d8fd6222efe74dd961fc6..0735e6ae1a7d3e66253766ff512a6f1ce905163e 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_ide_api_light"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [dependencies]
index 84aca7cb35f463dbefa215d8b0b5b0ee2eaafbda..6338868dd0b7dc5d3c37f983ecba2ea83ecc1a8b 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_lsp_server"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 threadpool = "1.7.1"
index ba20fc8cf721d82d072553d540205ba0cd312b7b..e7b8660e75592c0b53cb856edb7f2e9caefc3987 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_mbe"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 ra_syntax = { path = "../ra_syntax" }
index 546728b703e5fb783fb5bcdba76e642f61d06d29..262406e99ccd01edf9d3a13709aa8f805f2d2a2f 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_project_model"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 log = "0.4.5"
index e58ee48f1ed3b570e4ee045bd68c916201e26967..7ce26b7c4da7a520c7d54e35fdddfd635eee78e9 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_syntax"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 license = "MIT OR Apache-2.0"
 description = "Comment and whitespace preserving parser for the Rust langauge"
 repository = "https://github.com/rust-analyzer/rust-analyzer"
index 535f9e78c331e12b54db18371f185989c592e0ca..4a255882e693b9b35c57515c9fcc30576adb3ab6 100644 (file)
@@ -2,7 +2,7 @@
 [package]
 name = "ra_syntax-fuzz"
 version = "0.0.1"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [package.metadata]
index 16a06d5ee164f90704b9a6467555a69090c7e537..5769940df4e6b2c520af2a19a1110c4f815c8a6c 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_text_edit"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [dependencies]
index dec121d74d15d63f42806edd84849cdab3338f51..3328d312facc2a4ad6da307838aaf6a60d753ea3 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_tt"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 smol_str = "0.1.9"
index 6c97a198b289e2397a833c739286e1a76344c5e2..2da5c499bcd79110d1148bed5bca8d1de857d7d7 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "ra_vfs"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 walkdir = "2.2.7"
index d2e1dd5a9d4ac1ea6467cd750f72fb66ef849418..b58dbd1cfaf7033e2a893be2a673f429511a6480 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "test_utils"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 difference = "2.0.0"
index 87e97b8bfed57a09b76adb59d9767d8e94e6539d..363b4c3b8b2b43fc8bb2452ad1b882bb1428dd3d 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "thread_worker"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 
 [dependencies]
 drop_bomb = "0.1.0"
index f6404e73b5896b84854dcd89c42553ac98857bfe..f03256a7490f2e234ebe92ef8264677052d88051 100644 (file)
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "tools"
 version = "0.1.0"
-authors = ["rust-analyzer deverlopers"]
+authors = ["rust-analyzer developers"]
 publish = false
 
 [dependencies]