changeset 47952 | 9cd35c8c6044 |
parent 46599 | 1f55cd5b292f |
child 51864 | db7dbe6f7bb2 |
--- a/rust/hg-core/src/logging.rs Fri Sep 03 16:32:35 2021 +0200 +++ b/rust/hg-core/src/logging.rs Mon Sep 06 11:39:59 2021 +0200 @@ -1,5 +1,5 @@ use crate::errors::{HgError, HgResultExt, IoErrorContext, IoResultExt}; -use crate::repo::Vfs; +use crate::vfs::Vfs; use std::io::Write; /// An utility to append to a log file with the given name, and optionally