File tree 3 files changed +17
-5
lines changed
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:
130
130
/* Array of required features.
131
131
This property is not included if no required features are set.
132
132
*/
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
134
138
}
135
139
],
136
140
/* 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>
137
137
/* Array of required features.
138
138
This property is not included if no required features are set.
139
139
*/
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
141
145
}
142
146
],
143
147
/* Set of features defined for the package.
Original file line number Diff line number Diff line change 2
2
.\" Title: cargo-metadata
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 1.5.8
5
- .\" Date: 2019-05-08
5
+ .\" Date: 2019-05-20
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO\- METADATA" "1" "2019-05-08 " "\ \& " "\ \& "
10
+ .TH "CARGO\- METADATA" "1" "2019-05-20 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -151,7 +151,11 @@ The output has the following format:
151
151
/* Array of required features.
152
152
This property is not included if no required features are set.
153
153
*/
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
155
159
}
156
160
],
157
161
/* Set of features defined for the package.
You can’t perform that action at this time.
0 commit comments