diff -r b84c3d43ff2e -r 645ee7225fab rust/hg-core/src/revlog.rs --- a/rust/hg-core/src/revlog.rs Sat Jan 30 18:30:11 2021 +0800 +++ b/rust/hg-core/src/revlog.rs Mon Jan 25 11:48:47 2021 +0100 @@ -9,7 +9,7 @@ pub mod nodemap; mod nodemap_docket; pub mod path_encode; -pub use node::{FromHexError, Node, NodePrefix, NodePrefixRef}; +pub use node::{FromHexError, Node, NodePrefix}; pub mod changelog; pub mod index; pub mod manifest;