Closed
Description
- Repro: https://doc.rust-lang.org/nightly/core/arch/x86_64/index.html
- Discussion: https://twitter.com/QuietMisdreavus/status/977567670131359744
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.