diff -r cff41e168c25 -r 9cd35c8c6044 rust/hg-core/src/logging.rs --- 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