]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40315 - oli-obk:lint_body, r=eddyb
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Sat, 11 Mar 2017 19:57:41 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2017 19:57:41 +0000 (21:57 +0200)
commitb49036c7d016f1fdf99bec9b398f7f6c052d5464
tree3952ed513089cbdf855f1e57275257a2bce5d402
parentb933bdc7c2edce85186abe68bba37525b6b480a0
parentb959d13648f9f5bed6edb62f5f175d10aba6555b
Rollup merge of #40315 - oli-obk:lint_body, r=eddyb

Allow lints to check Bodys directly

r? @eddyb

babysteps towards fixing https://github.com/Manishearth/rust-clippy/issues/1580 (disable certain lints in const environments, since they make no sense there (yet))