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
This commit is contained in:
bors 2015-06-24 04:21:34 +00:00
commit 5678a1a299
1 changed files with 2 additions and 0 deletions

View File

@ -25,7 +25,9 @@
//! * `Eq`
//! * `PartialOrd`
//! * `Ord`
//! * `Debug`
//! * `Default`
//! * `Hash`
//!
//! # Examples
//!