diff rust/hg-core/src/revlog/node.rs @ 49631:c7fb9b74e753

rust: remove newly redundant `use` statements with the 2021 edition prelude https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 15:20:48 +0100
parents 34decbaf4da3
children 2202832b35e8
line wrap: on
line diff
--- a/rust/hg-core/src/revlog/node.rs	Mon Nov 14 15:19:27 2022 +0100
+++ b/rust/hg-core/src/revlog/node.rs	Mon Nov 14 15:20:48 2022 +0100
@@ -10,7 +10,6 @@
 
 use crate::errors::HgError;
 use bytes_cast::BytesCast;
-use std::convert::{TryFrom, TryInto};
 use std::fmt;
 
 /// The length in bytes of a `Node`