diff rust/hg-core/src/operations/debugdata.rs @ 50010:750409505286

rust-clippy: merge "revlog" module definition and struct implementation Module inception is confusing when looking for code and almost never the right choice.
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 10 Jan 2023 11:20:54 +0100
parents 399439c12223
children 1928b770e3e7
line wrap: on
line diff
--- a/rust/hg-core/src/operations/debugdata.rs	Tue Jan 10 10:57:15 2023 +0100
+++ b/rust/hg-core/src/operations/debugdata.rs	Tue Jan 10 11:20:54 2023 +0100
@@ -7,7 +7,7 @@
 
 use crate::repo::Repo;
 use crate::requirements;
-use crate::revlog::revlog::{Revlog, RevlogError};
+use crate::revlog::{Revlog, RevlogError};
 
 /// Kind of data to debug
 #[derive(Debug, Copy, Clone)]