Remove const_prop.rs

and move its content to const_prop_lint.rs and dataflow_const_prop.rs where it is used
This commit is contained in:
Gurinder Singh 2024-02-18 15:28:58 +05:30
parent 23a3d777c8
commit 50e316bdc0
4 changed files with 153 additions and 168 deletions

View file

@ -59,7 +59,6 @@ mod remove_place_mention;
mod add_subtyping_projections;
pub mod cleanup_post_borrowck;
mod const_debuginfo;
mod const_prop;
mod const_prop_lint;
mod copy_prop;
mod coroutine;