mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 14:40:32 +00:00
don't advertise clippy.bashy.io
This commit is contained in:
parent
aac4c3f654
commit
33ec3bc8cf
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -12,7 +12,6 @@ Table of contents:
|
|||
* [Lint list](#lints)
|
||||
* [Usage instructions](#usage)
|
||||
* [Configuration](#configuration)
|
||||
* [*clippy-service*](#link-with-clippy-service)
|
||||
* [License](#license)
|
||||
|
||||
## Usage
|
||||
|
@ -171,15 +170,6 @@ transparently:
|
|||
#[cfg_attr(feature = "cargo-clippy", allow(needless_lifetimes))]
|
||||
```
|
||||
|
||||
## 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 out this great service at [clippy.bashy.io](https://clippy.bashy.io/).
|
||||
|
||||
## Lints
|
||||
|
||||
There are 178 lints included in this crate:
|
||||
|
|
Loading…
Reference in a new issue