rustdoc: The short description of #[doc(cfg(target_feature = ...))] shouldn't spell out "target feature" #49334
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
rustdoc's short description of
#[doc(cfg(target_feature = ...))]
is showing something like [x86-64 and target featureavx
]. The words "target feature" is unnecessary since usually it is clear whatavx
means from context, i.e. [x86-64 andavx
] should be clear enough.The text was updated successfully, but these errors were encountered: