Skip to content

Commit

Permalink
actually, let's move all the fs stuff to a separate module
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 27, 2024
1 parent 2f76a04 commit 3c2ecef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3c2ecef

Please sign in to comment.