From cc6b6075ab93ca7ab5d11138a88edc7a61864504 Mon Sep 17 00:00:00 2001 From: Camelid Date: Thu, 29 Oct 2020 13:33:12 -0700 Subject: [PATCH] Update gimli docs --- src/symbolize/gimli.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/symbolize/gimli.rs b/src/symbolize/gimli.rs index 5d98efdee..2330c4f0b 100644 --- a/src/symbolize/gimli.rs +++ b/src/symbolize/gimli.rs @@ -1,8 +1,6 @@ //! Support for symbolication using the `gimli` crate on crates.io //! -//! This implementation is largely a work in progress and is off by default for -//! all platforms, but it's hoped to be developed over time! Long-term this is -//! intended to wholesale replace the `libbacktrace.rs` implementation. +//! This is the default symbolication implementation for Rust. use self::gimli::read::EndianSlice; use self::gimli::NativeEndian as Endian;