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:
parent
23a3d777c8
commit
50e316bdc0
4 changed files with 153 additions and 168 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue