Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Apr 7, 2023
1 parent 5cd3bb6 commit 2d53bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ fn read_minidump(path: &Path) -> Result<Minidump> {
Ok(md)
}

/// Replaces invalid file names by a `<invalid>` marker, otherwise returns a `String` for non-empty file names.
/// Returns an owned version of `file_name`, or `None` if it is empty.
fn non_empty_file_name(file_name: &str) -> Option<String> {
if file_name.is_empty() {
return None;
Expand Down

0 comments on commit 2d53bec

Please sign in to comment.