Skip to content

Commit

Permalink
Remove pub
Browse files Browse the repository at this point in the history
  • Loading branch information
dgehriger committed Dec 18, 2024
1 parent 2413666 commit a2dc4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl FromStr for RegistryUri {
///
/// # Arguments
/// * `url` - The URL to check
pub fn sanity_check_url(url: &Url) -> miette::Result<()> {
fn sanity_check_url(url: &Url) -> miette::Result<()> {
let scheme = url.scheme();

ensure!(
Expand Down

0 comments on commit a2dc4e0

Please sign in to comment.