mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 12:04:36 +00:00
Update library/std/src/primitive_docs.rs
Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
This commit is contained in:
parent
28bd1a4847
commit
80b201da7d
@ -919,7 +919,7 @@ mod prim_str {}
|
||||
/// # Trait implementations
|
||||
///
|
||||
/// 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,
|
||||
/// not valid Rust syntax.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user