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
rustdoc's short description of #[doc(cfg(target_feature = ...))] is showing something like [x86-64 and target feature avx]. The words "target feature" is unnecessary since usually it is clear what avx means from context, i.e. [x86-64 and avx] should be clear enough.