1
Fork 0

tuple.rs: Document more traits implemented by tuples if their components do

Tuples implement Debug and Hash if their components do.
This commit is contained in:
Josh Triplett 2015-04-25 15:15:58 -07:00 committed by Oliver Schneider
parent 0d8309ec0b
commit 01fa55988a

View file

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