]> git.lizzy.rs Git - rust.git/commit
Revert "Fix `missing_docs` lint for const and static."
authorBrian Anderson <banderson@mozilla.com>
Mon, 20 Jul 2015 17:41:52 +0000 (10:41 -0700)
committerBrian Anderson <banderson@mozilla.com>
Mon, 20 Jul 2015 17:44:46 +0000 (10:44 -0700)
commit9191a7895574ec3aa5a9b84ce0008d91e32ccd6a
treee20cf4b6e9b980210f83ef0b718410285c348733
parent39d4faf989cea236e2e1669ab85d060d1c62cd85
Revert "Fix `missing_docs` lint for const and static."

This reverts commit 00130cff99f88e13fec87378bdf476cfea6aa147.

As mentioned in a regression report[1], this caused a notable amount
of breakage.  Because there's a plan to mitigate[2] this type of
breakage, I'm reverting this until then.

[1]: https://internals.rust-lang.org/t/new-crater-reports-1-1-stable-vs-beta-2015-07-10-and-nightly-2015-07-10/2358
[2]: https://github.com/rust-lang/rfcs/pull/1193
src/librustc_lint/builtin.rs
src/test/compile-fail/lint-missing-doc.rs