Skip to content

Commit

Permalink
fix rustdoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Feb 3, 2023
1 parent 6710987 commit 54ee526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/formatting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 54ee526

Please sign in to comment.