File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,11 @@ The output has the following format:
130130 /* Array of required features.
131131 This property is not included if no required features are set.
132132 */
133- "required-features": ["feat1"]
133+ "required-features": ["feat1"],
134+ /* Whether or not this target has doc tests enabled, and
135+ the target is compatible with doc testing.
136+ */
137+ "doctest": false
134138 }
135139 ],
136140 /* Set of features defined for the package.
Original file line number Diff line number Diff line change @@ -137,7 +137,11 @@ <h2 id="cargo_metadata_output_format">OUTPUT FORMAT</h2>
137137 /* Array of required features.
138138 This property is not included if no required features are set.
139139 */
140- "required-features": ["feat1"]
140+ "required-features": ["feat1"],
141+ /* Whether or not this target has doc tests enabled, and
142+ the target is compatible with doc testing.
143+ */
144+ "doctest": false
141145 }
142146 ],
143147 /* Set of features defined for the package.
Original file line number Diff line number Diff line change 22.\" Title: cargo-metadata
33.\" Author: [see the "AUTHOR(S)" section]
44.\" Generator: Asciidoctor 1.5.8
5- .\" Date: 2019-05-08
5+ .\" Date: 2019-05-20
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "CARGO\- METADATA" "1" "2019-05-08 " "\ \& " "\ \& "
10+ .TH "CARGO\- METADATA" "1" "2019-05-20 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -151,7 +151,11 @@ The output has the following format:
151151 /* Array of required features.
152152 This property is not included if no required features are set.
153153 */
154- "required\- features": ["feat1"]
154+ "required\- features": ["feat1"],
155+ /* Whether or not this target has doc tests enabled, and
156+ the target is compatible with doc testing.
157+ */
158+ "doctest": false
155159 }
156160 ],
157161 /* Set of features defined for the package.
You can’t perform that action at this time.
0 commit comments