diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 08:22:39 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 08:22:39 +0000 |
commit | b60ccac9d3b964d4700b4a8461ab21d5e9688622 (patch) | |
tree | 047ff70f9632490d207750b1ca46255a046ad129 /crates/ra_hir | |
parent | d8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (diff) | |
parent | 710975ecd81c5b7cb10cedea307dab4900bbdf34 (diff) |
Merge #783
783: Fix typo in Cargo.toml authors r=matklad a=vipentti
Fixes typo introduced in #782
Co-authored-by: Ville Penttinen <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 7787d8bda..f2242fe1f 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -2,7 +2,7 @@ | |||
2 | edition = "2018" | 2 | edition = "2018" |
3 | name = "ra_hir" | 3 | name = "ra_hir" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer deverlopers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | arrayvec = "0.4.10" | 8 | arrayvec = "0.4.10" |