Skip to content

Commit 616407e

Browse files
authored
use NativeEndian in symbolize::gimli::Context (#373)
`Object` uses `NativeEndian`, so the `Context` should too. Cc: rust-lang/rust#77410
1 parent 2b51e00 commit 616407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbolize/gimli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! intended to wholesale replace the `libbacktrace.rs` implementation.
66
77
use self::gimli::read::EndianSlice;
8-
use self::gimli::LittleEndian as Endian;
8+
use self::gimli::NativeEndian as Endian;
99
use self::mmap::Mmap;
1010
use self::stash::Stash;
1111
use super::BytesOrWideString;

0 commit comments

Comments
 (0)