Rename temp.rs to temp_home.rs (#563)

This file contains a test utility "TempHome" to create a temporary HOME
environment. "temp" is a really bad file name..
This commit is contained in:
Di Xiao
2025-11-14 04:30:33 +08:00
committed by GitHub
parent c86550d6ef
commit f9f944064a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
mod temp;
mod temp_home;
mod test_repo;
#[cfg(test)]
pub use temp::TempHome;
pub use temp_home::TempHome;
#[cfg(test)]
pub use test_repo::TestRepo;