diff --git a/src/collector/rrdp.rs b/src/collector/rrdp.rs index dae99cf..9fdc894 100644 --- a/src/collector/rrdp.rs +++ b/src/collector/rrdp.rs @@ -178,8 +178,8 @@ impl Collector { } }); - /// Use the URI’s authority as the directory name, possibly - /// append a number to make it unique. + // Use the URI’s authority as the directory name, possibly + // append a number to make it unique. let repo_dir_name = if !repos.contains_key(uri.authority()) { String::from(uri.authority()) }