Rollup merge of #38836 - ollie27:patch-1, r=steveklabnik
Fix typo in tuple docs r? @steveklabnik
This commit is contained in:
commit
a62f1b536e
@ -502,7 +502,7 @@ mod prim_str { }
|
||||
/// [`Hash`]: hash/trait.Hash.html
|
||||
///
|
||||
/// Due to a temporary restriction in Rust's type system, these traits are only
|
||||
/// implemented on tuples of arity 32 or less. In the future, this may change.
|
||||
/// implemented on tuples of arity 12 or less. In the future, this may change.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user