Skip to content

Commit

Permalink
apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Michael Auer <jan.auer@sentry.io>
  • Loading branch information
szokeasaurusrex and jan-auer committed Sep 4, 2024
1 parent d348055 commit 6fb5a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Add callback to handle skipped files ([#864](https://github.com/getsentry/symbolic/pull/864))
- Add callback to `symbolic::debuginfo::sourcebundle::SourceBundleWriter` which handles files skipped while writing to the source bundle. ([#864](https://github.com/getsentry/symbolic/pull/864))

## 12.10.1

Expand Down
2 changes: 1 addition & 1 deletion symbolic-debuginfo/src/sourcebundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ impl<'a> SkippedFileInfo<'a> {
Self { path, reason }
}

/// Get the path of the skipped file
/// Returns the path of the skipped file.
pub fn path(&self) -> &str {
self.path
}
Expand Down

0 comments on commit 6fb5a49

Please sign in to comment.