Skip to content

Commit 5678a1a

Browse files
committed
Auto merge of #26520 - oli-obk:three-tuple-transitive-traits, r=bluss
Tuples implement Debug and Hash if their components do. closes #24826 r? @alexcrichton cc @steveklabnik
2 parents 2d0cbf3 + 01fa559 commit 5678a1a

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)