No need to expose these at top level

This commit is contained in:
Tony Garnock-Jones 2021-08-13 21:28:15 -04:00
parent 6a505a4150
commit fe9c0325eb
1 changed files with 0 additions and 6 deletions

View File

@ -26,11 +26,5 @@ pub mod tracer;
#[doc(inline)]
pub use during::entity;
#[doc(inline)]
pub use tracer::tracer;
#[doc(inline)]
pub use tracer::tracer_top;
#[doc(inline)]
pub use tracer::convenient_logging;