diff --git a/README.md b/README.md index a61c9882c..d2dbb7940 100644 --- a/README.md +++ b/README.md @@ -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.