Add link with clippy service

This commit is contained in:
Camille TJHOA 2016-03-10 21:42:24 +01:00
parent 59f44eb17a
commit e67e21ca5d

View file

@ -8,6 +8,8 @@ A collection of lints to catch common mistakes and improve your Rust code.
[Jump to usage instructions](#usage)
[Jump to link with clippy-service](#link-with-clippy-service)
##Lints
There are 130 lints included in this crate:
@ -224,5 +226,12 @@ And, in your `main.rs` or `lib.rs`:
#![cfg_attr(feature="clippy", plugin(clippy))]
```
##Link with clippy service
`clippy-service` is a rust web initiative providing `rust-clippy` as a web service.
Both projects are independent and maintained by different people (even if some `clippy-service`'s contributions are authored by some `rust-clippy` members).
You can check it out this great service at [clippy.bashy.io](https://clippy.bashy.io/)
##License
Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.