mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 17:40:17 +00:00
fix rustdoc warnings
This commit is contained in:
parent
6710987b38
commit
54ee52610a
@ -62,7 +62,7 @@ pub fn strip_cur_dir(source_path: &Path) -> &Path {
|
||||
source_path.strip_prefix(current_dir).unwrap_or(source_path)
|
||||
}
|
||||
|
||||
/// Converts a slice of AsRef<OsStr> to comma separated String
|
||||
/// Converts a slice of `AsRef<OsStr>` to comma separated String
|
||||
///
|
||||
/// Panics if the slice is empty.
|
||||
pub fn pretty_format_list_of_paths(os_strs: &[impl AsRef<Path>]) -> String {
|
||||
|
Loading…
x
Reference in New Issue
Block a user