changeset 49913 | c15b415d1bff |
parent 49894 | 678588b01af1 |
child 50532 | a8531bd9210b |
--- a/rust/hg-core/src/lib.rs Thu Jan 12 16:15:51 2023 +0000 +++ b/rust/hg-core/src/lib.rs Fri Jan 06 18:52:04 2023 +0100 @@ -48,10 +48,6 @@ use std::fmt; use twox_hash::RandomXxHashBuilder64; -/// This is a contract between the `micro-timer` crate and us, to expose -/// the `log` crate as `crate::log`. -use log; - pub type LineNumber = usize; /// Rust's default hasher is too slow because it tries to prevent collision