update cfg(bootstrap)s
This commit is contained in:
parent
da957f62c2
commit
6b2d3d5f3c
26 changed files with 84 additions and 220 deletions
|
@ -996,7 +996,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_variadic))]
|
||||
#[doc(tuple_variadic)]
|
||||
/// This trait is implemented on arbitrary-length tuples.
|
||||
impl<T: Clone> Clone for (T,) {
|
||||
fn clone(&self) -> Self {
|
||||
|
@ -1007,7 +1007,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_variadic))]
|
||||
#[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