aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tt
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-02-11 08:20:04 +0000
committerVille Penttinen <[email protected]>2019-02-11 08:20:04 +0000
commit710975ecd81c5b7cb10cedea307dab4900bbdf34 (patch)
tree047ff70f9632490d207750b1ca46255a046ad129 /crates/ra_tt
parentd8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (diff)
Fix typo in Cargo.toml authors
Fixes typo introduced in #782
Diffstat (limited to 'crates/ra_tt')
-rw-r--r--crates/ra_tt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml
index dec121d74..3328d312f 100644
--- a/crates/ra_tt/Cargo.toml
+++ b/crates/ra_tt/Cargo.toml
@@ -2,7 +2,7 @@
2edition = "2018" 2edition = "2018"
3name = "ra_tt" 3name = "ra_tt"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer deverlopers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8smol_str = "0.1.9" 8smol_str = "0.1.9"