Skip to content

Commit

Permalink
CONTRIBUTING: add API guidelines link and update the style guid… (tik…
Browse files Browse the repository at this point in the history
…v#4785)

Signed-off-by: Lonng <heng@lonng.org>
  • Loading branch information
lonng authored Jul 2, 2019
1 parent 69eaf88 commit 0c15f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Thanks for your contributions!

### Code style

The coding style suggested by the rust community and clippy project. See the [style doc](https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md) and [clippy](https://github.com/Manishearth/rust-clippy) for details.
The coding style suggested by the rust community and clippy project. See the [style doc](https://doc.rust-lang.org/1.0.0/style/README.html), [API guidelines](https://rust-lang-nursery.github.io/api-guidelines/) and [clippy](https://github.com/Manishearth/rust-clippy) for details.

Please follow this style to make TiKV easy to review, maintain and develop.

Expand Down

0 comments on commit 0c15f91

Please sign in to comment.