We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b51e00 commit 616407eCopy full SHA for 616407e
src/symbolize/gimli.rs
@@ -5,7 +5,7 @@
5
//! intended to wholesale replace the `libbacktrace.rs` implementation.
6
7
use self::gimli::read::EndianSlice;
8
-use self::gimli::LittleEndian as Endian;
+use self::gimli::NativeEndian as Endian;
9
use self::mmap::Mmap;
10
use self::stash::Stash;
11
use super::BytesOrWideString;
0 commit comments