]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/lib.rs
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
[rust.git] / compiler / rustc_mir_dataflow / src / lib.rs
index e4c130f0807dd0b8a5c20f10bd1f95b1fc0b9615..5793a286bd03dda7d12363ee8eaca8373bb9ef0a 100644 (file)
@@ -38,6 +38,7 @@
 pub mod move_paths;
 pub mod rustc_peek;
 pub mod storage;
+pub mod un_derefer;
 
 pub(crate) mod indexes {
     pub(crate) use super::move_paths::MovePathIndex;