Skip to content

Commit dedcdc1

Browse files
authored
Update gimli docs (#385)
1 parent 47da4e1 commit dedcdc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/symbolize/gimli.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Support for symbolication using the `gimli` crate on crates.io
22
//!
3-
//! This implementation is largely a work in progress and is off by default for
4-
//! all platforms, but it's hoped to be developed over time! Long-term this is
5-
//! intended to wholesale replace the `libbacktrace.rs` implementation.
3+
//! This is the default symbolication implementation for Rust.
64
75
use self::gimli::read::EndianSlice;
86
use self::gimli::NativeEndian as Endian;

0 commit comments

Comments
 (0)