From 314b9cf6eddda6d0a3c5bd153e960873622224b1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 14 Jan 2026 22:12:50 +0100 Subject: object inspect tag --- common/object/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/object/src/lib.rs') diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index 59a758f..02b2293 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -7,7 +7,7 @@ mod buffer; pub mod inspect; -pub mod path; +mod path; mod registry; #[cfg(test)] mod tests; @@ -15,6 +15,7 @@ mod value; pub use buffer::*; pub use registry::*; pub use value::*; +pub use path::*; use std::marker::PhantomData; -- cgit v1.3