Remove duplicated implementations of borrowed locals analysis

This commit is contained in:
Tomasz Miąsko
2022-06-06 00:00:00 +00:00
parent 37a42258ff
commit 915f091819
4 changed files with 29 additions and 133 deletions

View File

@@ -23,6 +23,7 @@ mod init_locals;
mod liveness;
mod storage_liveness;
pub use self::borrowed_locals::borrowed_locals;
pub use self::borrowed_locals::MaybeBorrowedLocals;
pub use self::init_locals::MaybeInitializedLocals;
pub use self::liveness::MaybeLiveLocals;