Skip to content

Commit 38ca321

Browse files
committed
adjust comment to reality
1 parent e67ccb0 commit 38ca321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/capture.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use types::c_void;
1010
/// This structure can be used to capture a backtrace at various points in a
1111
/// program and later used to inspect what the backtrace was at that time.
1212
///
13-
/// `Backtrace` supports pretty-printing of backtraces by implementing
14-
/// `Display` and `Debug` (which do the same thing).
13+
/// `Backtrace` supports pretty-printing of backtraces through its `Debug`
14+
/// implementation.
1515
#[derive(Clone)]
1616
#[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))]
1717
#[cfg_attr(feature = "serialize-serde", derive(Deserialize, Serialize))]

0 commit comments

Comments
 (0)