diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-06-20 11:48:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 11:48:14 -0700 |
| commit | cd90441a73e52166bad2bba80040b1d2ed59efee (patch) | |
| tree | 519f9a29d6f290d8c701d9da4f7666520c24d9e4 | |
| parent | a73d552f3ad357cf2950a4ffee9717bc360b4b7b (diff) | |
| parent | 0f848576e9495560ee1d4a066ad37047d22624b9 (diff) | |
| download | rust-cd90441a73e52166bad2bba80040b1d2ed59efee.tar.gz rust-cd90441a73e52166bad2bba80040b1d2ed59efee.zip | |
Merge pull request #2861 from rust-lang-nursery/oli-obk-patch-1
Mention the RFC on top of the README
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 3cda0c97182..b5bd7516b2a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +We are currently in the process of discussing Clippy 1.0 via the RFC process in https://github.com/rust-lang/rfcs/pull/2476 . The RFC's goal is to clarify policies around lint categorizations and the policy around which lints should be in the compiler and which lints should be in clippy. Please leave your thoughts on the RFC PR. + # rust-clippy [](https://travis-ci.org/rust-lang-nursery/rust-clippy) |
