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:
@ -178,8 +178,8 @@ impl Collector {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/// Use the URI’s authority as the directory name, possibly
|
// Use the URI’s authority as the directory name, possibly
|
||||||
/// append a number to make it unique.
|
// append a number to make it unique.
|
||||||
let repo_dir_name = if !repos.contains_key(uri.authority()) {
|
let repo_dir_name = if !repos.contains_key(uri.authority()) {
|
||||||
String::from(uri.authority())
|
String::from(uri.authority())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user