We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5107f26 + 34227d8 commit c521d9aCopy full SHA for c521d9a
src/symbolize/gimli/macho.rs
@@ -250,7 +250,7 @@ impl<'a> Object<'a> {
250
/// Try to load a context for an object file.
251
///
252
/// If dsymutil was not run, then the DWARF may be found in the source object files.
253
- pub(super) fn search_object_map<'b>(&'b mut self, addr: u64) -> Option<(&Context<'b>, u64)> {
+ pub(super) fn search_object_map<'b>(&'b mut self, addr: u64) -> Option<(&'b Context<'b>, u64)> {
254
// `object_map` contains a map from addresses to symbols and object paths.
255
// Look up the address and get a mapping for the object.
256
let object_map = self.object_map.as_ref()?;
0 commit comments