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:
committed by
Oliver Schneider
parent
0d8309ec0b
commit
01fa55988a
@@ -25,7 +25,9 @@
|
||||
//! * `Eq`
|
||||
//! * `PartialOrd`
|
||||
//! * `Ord`
|
||||
//! * `Debug`
|
||||
//! * `Default`
|
||||
//! * `Hash`
|
||||
//!
|
||||
//! # Examples
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user