1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Downgrade doc comment.

This commit is contained in:
Martin Hoffmann
2021-03-22 11:10:20 +01:00
parent 5bcbb711cf
commit 5a1261969a

View File

@ -178,8 +178,8 @@ impl Collector {
}
});
/// Use the URIs authority as the directory name, possibly
/// append a number to make it unique.
// Use the URIs 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())
}