Skip to content

Commit 34783b7

Browse files
Remove outdated IndirectlyMutableLocals
`MaybeMutBorrowedLocals` serves the same purpose and has a better name.
1 parent 7d9dadc commit 34783b7

File tree

2 files changed

+0
-138
lines changed

2 files changed

+0
-138
lines changed

src/librustc_mir/dataflow/impls/indirect_mutation.rs

Lines changed: 0 additions & 136 deletions
This file was deleted.

src/librustc_mir/dataflow/impls/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ use super::drop_flag_effects_for_location;
2020
use super::on_lookup_result_bits;
2121

2222
mod borrowed_locals;
23-
mod indirect_mutation;
2423
mod storage_liveness;
2524

2625
pub use self::borrowed_locals::*;
27-
pub use self::indirect_mutation::IndirectlyMutableLocals;
2826
pub use self::storage_liveness::*;
2927

3028
pub(super) mod borrows;

0 commit comments

Comments
 (0)