diff options
| author | Boxy <rust@boxyuwu.dev> | 2024-09-05 17:23:40 +0100 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2024-09-05 17:24:01 +0100 |
| commit | 0091b8ab2a16aea880e2fe5d3c876f4f743640d5 (patch) | |
| tree | ca11d992224c243236c438da5db5d151479dbe16 /library/core/src/tuple.rs | |
| parent | a9998704d378dcb7bf399a5835dab1d22543c01f (diff) | |
| download | rust-0091b8ab2a16aea880e2fe5d3c876f4f743640d5.tar.gz rust-0091b8ab2a16aea880e2fe5d3c876f4f743640d5.zip | |
update cfgs
Diffstat (limited to 'library/core/src/tuple.rs')
| -rw-r--r-- | library/core/src/tuple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/tuple.rs b/library/core/src/tuple.rs index 9ec92e28450..206b5b9e2c2 100644 --- a/library/core/src/tuple.rs +++ b/library/core/src/tuple.rs @@ -154,7 +154,7 @@ macro_rules! tuple_impls { // Otherwise, it hides the docs entirely. macro_rules! maybe_tuple_doc { ($a:ident @ #[$meta:meta] $item:item) => { - #[cfg_attr(not(bootstrap), doc(fake_variadic))] + #[doc(fake_variadic)] #[doc = "This trait is implemented for tuples up to twelve items long."] #[$meta] $item |
