diff rust/hg-core/src/copy_tracing/tests.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 fa21633af201
children 4c5f6e95df84
line wrap: on
line diff
--- a/rust/hg-core/src/copy_tracing/tests.rs	Tue Jan 10 10:57:15 2023 +0100
+++ b/rust/hg-core/src/copy_tracing/tests.rs	Tue Jan 10 11:20:54 2023 +0100
@@ -118,7 +118,7 @@
     // keys to copy source values. Note: the arrows for map literal syntax
     // point **backwards** compared to the logical direction of copy!
 
-    use crate::NULL_REVISION as NULL;
+    use crate::revlog::NULL_REVISION as NULL;
     use Action::*;
     use MergeCase::*;