Remove indexes
module.
It's not useful, and only obfuscates things.
This commit is contained in:
parent
e7781c75f8
commit
ca741945f4
2 changed files with 1 additions and 6 deletions
|
@ -44,10 +44,6 @@ pub mod value_analysis;
|
|||
|
||||
fluent_messages! { "../messages.ftl" }
|
||||
|
||||
pub(crate) mod indexes {
|
||||
pub(crate) use super::move_paths::MovePathIndex;
|
||||
}
|
||||
|
||||
pub struct MoveDataParamEnv<'tcx> {
|
||||
pub move_data: MoveData<'tcx>,
|
||||
pub param_env: ty::ParamEnv<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue