mirror of https://github.com/rust-lang/rust.git
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:
commit
5678a1a299
|
@ -25,7 +25,9 @@
|
|||
//! * `Eq`
|
||||
//! * `PartialOrd`
|
||||
//! * `Ord`
|
||||
//! * `Debug`
|
||||
//! * `Default`
|
||||
//! * `Hash`
|
||||
//!
|
||||
//! # Examples
|
||||
//!
|
||||
|
|
Loading…
Reference in New Issue