You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These attributes produce warnings like the following on nightly:
```
warning: `#[doc(hidden)]` is ignored on trait impl items
--> src/indexes.rs:212:5
|
212 | #[doc(hidden)]
| ^^^^^^^^^^^^^^ help: remove this attribute
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item
```
I verified that these attributes have no effect on stable (1.60.0) or
nightly (2022-05-16), so they can be safely removed.
0 commit comments