Fix incorrectly spelled "variadic"
This commit is contained in:
parent
9f6dcceef0
commit
9b31323b8f
14 changed files with 23 additions and 23 deletions
|
@ -965,7 +965,7 @@ impl<T> (T,) {}
|
|||
// Fake impl that's only really used for docs.
|
||||
#[cfg(doc)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[cfg_attr(not(bootstrap), doc(tuple_varadic))]
|
||||
#[cfg_attr(not(bootstrap), doc(tuple_variadic))]
|
||||
/// This trait is implemented on arbitrary-length tuples.
|
||||
impl<T: Clone> Clone for (T,) {
|
||||
fn clone(&self) -> Self {
|
||||
|
@ -976,7 +976,7 @@ impl<T: Clone> Clone for (T,) {
|
|||
// Fake impl that's only really used for docs.
|
||||
#[cfg(doc)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[cfg_attr(not(bootstrap), doc(tuple_varadic))]
|
||||
#[cfg_attr(not(bootstrap), doc(tuple_variadic))]
|
||||
/// This trait is implemented on arbitrary-length tuples.
|
||||
impl<T: Copy> Copy for (T,) {
|
||||
// empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue