We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67ccb0 commit 38ca321Copy full SHA for 38ca321
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