Skip to content

Commit 01fa559

Browse files
joshtriplettOliver Schneider
authored and
Oliver Schneider
committed
tuple.rs: Document more traits implemented by tuples if their components do
Tuples implement Debug and Hash if their components do.
1 parent 0d8309e commit 01fa559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/tuple.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
//! * `Eq`
2626
//! * `PartialOrd`
2727
//! * `Ord`
28+
//! * `Debug`
2829
//! * `Default`
30+
//! * `Hash`
2931
//!
3032
//! # Examples
3133
//!

0 commit comments

Comments
 (0)