Move qualify_min_const_fn out of rustc into clippy

This commit is contained in:
Oliver Scherer
2020-09-26 16:08:24 +02:00
parent 6f9a8a7f9b
commit 1b843896c8
5 changed files with 11 additions and 10 deletions

View File

@@ -36,7 +36,6 @@ pub mod match_branches;
pub mod no_landing_pads;
pub mod nrvo;
pub mod promote_consts;
pub mod qualify_min_const_fn;
pub mod remove_noop_landing_pads;
pub mod remove_unneeded_drops;
pub mod required_consts;