--- a/rust/hg-cpython/src/lib.rs Mon Sep 06 11:39:59 2021 +0200
+++ b/rust/hg-cpython/src/lib.rs Mon Sep 06 13:39:54 2021 +0200
@@ -36,6 +36,7 @@
pub mod discovery;
pub mod exceptions;
pub mod parsers;
+mod pybytes_deref;
pub mod revlog;
pub mod utils;