We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c86bb4 commit 7582554Copy full SHA for 7582554
src/rustdoc-json-types/lib.rs
@@ -64,8 +64,8 @@ pub struct Crate {
64
pub struct Target {
65
/// The target triple for which this documentation was generated
66
pub triple: String,
67
- /// A list of `#[target_feature]` which exist for this target, along with their status in this
68
- /// compiler session
+ /// A list of features valid for use in `#[target_feature]` attributes
+ /// for the target where this rustdoc JSON was generated.
69
pub target_features: Vec<TargetFeature>,
70
}
71
0 commit comments