diff --git a/src/backtrace_shim.rs b/src/backtrace_shim.rs index 7c6c632b..9588db59 100644 --- a/src/backtrace_shim.rs +++ b/src/backtrace_shim.rs @@ -3,8 +3,8 @@ use std::{fmt, path}; /// A backtrace starting from the beginning of the thread. /// -/// Backtrace functionality is currently **enabled**. Please review -/// [the feature flags](crate::guide::feature_flags) to disable it. +/// Backtrace functionality is currently **disabled**. Please review +/// [the feature flags](crate::guide::feature_flags) to enable it. #[derive(Debug)] pub struct Backtrace(backtrace::Backtrace);