We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47da4e1 commit dedcdc1Copy full SHA for dedcdc1
src/symbolize/gimli.rs
@@ -1,8 +1,6 @@
1
//! Support for symbolication using the `gimli` crate on crates.io
2
//!
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.
+//! This is the default symbolication implementation for Rust.
6
7
use self::gimli::read::EndianSlice;
8
use self::gimli::NativeEndian as Endian;
0 commit comments