Skip to content

Commit 242e61f

Browse files
authored
Merge pull request #140 from RalfJung/master
Adjust comment to reality
2 parents 0e5ce27 + 38ca321 commit 242e61f

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)