Skip to content

Commit 7582554

Browse files
Update target_features doc comment
Co-authored-by: Predrag Gruevski <[email protected]>
1 parent 8c86bb4 commit 7582554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/rustdoc-json-types/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ pub struct Crate {
6464
pub struct Target {
6565
/// The target triple for which this documentation was generated
6666
pub triple: String,
67-
/// A list of `#[target_feature]` which exist for this target, along with their status in this
68-
/// compiler session
67+
/// A list of features valid for use in `#[target_feature]` attributes
68+
/// for the target where this rustdoc JSON was generated.
6969
pub target_features: Vec<TargetFeature>,
7070
}
7171

0 commit comments

Comments
 (0)