diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-08 01:43:10 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-13 11:27:02 +0100 |
| commit | 5e17e3988165d3245e38af0b1c40cde47699f6a7 (patch) | |
| tree | 306b98ec54bf16d1327e0264b51d356bdba02d9b /src/tools | |
| parent | d75c7530f38b56c4d916195570cdcd18c12ce273 (diff) | |
| download | rust-5e17e3988165d3245e38af0b1c40cde47699f6a7.tar.gz rust-5e17e3988165d3245e38af0b1c40cde47699f6a7.zip | |
Require stable/unstable annotations for the constness of all stable functions with a `const` modifier
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/error_codes_check.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/error_codes_check.rs b/src/tools/tidy/src/error_codes_check.rs index 41c4b618e60..311914ef23b 100644 --- a/src/tools/tidy/src/error_codes_check.rs +++ b/src/tools/tidy/src/error_codes_check.rs @@ -43,8 +43,6 @@ const WHITELIST: &[&str] = &[ "E0523", "E0554", "E0570", - "E0629", - "E0630", "E0640", "E0717", "E0727", |
