diff --git a/src/lib.rs b/src/lib.rs index 4b919d9..3951d47 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,8 +12,7 @@ use sys_traits::SystemRandom; use thiserror::Error; use url::Url; -mod fs; -pub use fs::*; +pub mod fs; /// Gets the parent of this url. pub fn url_parent(url: &Url) -> Url {