diff options
author | Ville Penttinen <[email protected]> | 2019-02-11 08:20:04 +0000 |
---|---|---|
committer | Ville Penttinen <[email protected]> | 2019-02-11 08:20:04 +0000 |
commit | 710975ecd81c5b7cb10cedea307dab4900bbdf34 (patch) | |
tree | 047ff70f9632490d207750b1ca46255a046ad129 /crates/ra_syntax/fuzz | |
parent | d8cce0f1053d193c25e8a1f8648ea4d2bcec6164 (diff) |
Fix typo in Cargo.toml authors
Fixes typo introduced in #782
Diffstat (limited to 'crates/ra_syntax/fuzz')
-rw-r--r-- | crates/ra_syntax/fuzz/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/fuzz/Cargo.toml b/crates/ra_syntax/fuzz/Cargo.toml index 535f9e78c..4a255882e 100644 --- a/crates/ra_syntax/fuzz/Cargo.toml +++ b/crates/ra_syntax/fuzz/Cargo.toml | |||
@@ -2,7 +2,7 @@ | |||
2 | [package] | 2 | [package] |
3 | name = "ra_syntax-fuzz" | 3 | name = "ra_syntax-fuzz" |
4 | version = "0.0.1" | 4 | version = "0.0.1" |
5 | authors = ["rust-analyzer deverlopers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [package.metadata] | 8 | [package.metadata] |