mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
ac82443d07
Helps with FS migration later
7 lines
244 B
Rust
7 lines
244 B
Rust
pub(crate) use codex_utils_absolute_path::test_support::PathBufExt;
|
|
pub(crate) use codex_utils_absolute_path::test_support::test_path_buf;
|
|
|
|
pub(crate) fn test_path_display(path: &str) -> String {
|
|
test_path_buf(path).display().to_string()
|
|
}
|