Update library/core/src/primitive_docs.rs
This commit is contained in:
parent
80b201da7d
commit
22c39aa835
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ mod prim_str {}
|
||||||
/// # Trait implementations
|
/// # Trait implementations
|
||||||
///
|
///
|
||||||
/// In this documentation the shorthand `(T, ...)` is used to represent tuples of varying length.
|
/// In this documentation the shorthand `(T, ...)` is used to represent tuples of varying length.
|
||||||
/// When that is used, any trait bounds expressed on `T` applies to each field of the tuple
|
/// When that is used, any trait bound expressed on `T` applies to each element of the tuple
|
||||||
/// independently. Note that this is a convenience notation to avoid repetitive documentation,
|
/// independently. Note that this is a convenience notation to avoid repetitive documentation,
|
||||||
/// not valid Rust syntax.
|
/// not valid Rust syntax.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue