mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user