We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e5ce27 + 38ca321 commit 242e61fCopy full SHA for 242e61f
src/capture.rs
@@ -10,8 +10,8 @@ use types::c_void;
10
/// This structure can be used to capture a backtrace at various points in a
11
/// program and later used to inspect what the backtrace was at that time.
12
///
13
-/// `Backtrace` supports pretty-printing of backtraces by implementing
14
-/// `Display` and `Debug` (which do the same thing).
+/// `Backtrace` supports pretty-printing of backtraces through its `Debug`
+/// implementation.
15
#[derive(Clone)]
16
#[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))]
17
#[cfg_attr(feature = "serialize-serde", derive(Deserialize, Serialize))]
0 commit comments