Move a use to a more sensible spot.

I.e. in the source file where it's used.
This commit is contained in:
Nicholas Nethercote
2023-10-24 16:37:30 +11:00
parent ca29c272e7
commit 8da1b33153
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ mod assert_dep_graph;
mod errors;
mod persist;
use assert_dep_graph::assert_dep_graph;
pub use persist::copy_cgu_workproduct_to_incr_comp_cache_dir;
pub use persist::finalize_session_directory;
pub use persist::in_incr_comp_dir;