From 312f390a33025c902e94124cfab10c3dafdfb5f1 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Thu, 7 Dec 2023 16:40:15 -0800 Subject: [PATCH] Unpublishing utils --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4f3946e..669fdaa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,7 @@ pub use traits::{ pub mod units; /// Utility functions to aide in warning-free development for users of /// `clippy::pedantic`. -pub mod utils; +mod utils; mod angle; #[cfg(test)]