about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-06-20 11:48:14 -0700
committerGitHub <noreply@github.com>2018-06-20 11:48:14 -0700
commitcd90441a73e52166bad2bba80040b1d2ed59efee (patch)
tree519f9a29d6f290d8c701d9da4f7666520c24d9e4
parenta73d552f3ad357cf2950a4ffee9717bc360b4b7b (diff)
parent0f848576e9495560ee1d4a066ad37047d22624b9 (diff)
downloadrust-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.md2
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
 
 [![Build Status](https://travis-ci.org/rust-lang-nursery/rust-clippy.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-clippy)