File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ The output has the following format:
127
127
This property is not included if no required features are set.
128
128
*/
129
129
" required-features" : [" feat1" ],
130
+ /* Whether the target should be documented by `cargo doc`. */
131
+ " doc" : true ,
130
132
/* Whether or not this target has doc tests enabled, and
131
133
the target is compatible with doc testing.
132
134
*/
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ OUTPUT FORMAT
122
122
This property is not included if no required features are set.
123
123
*/
124
124
"required-features": ["feat1"],
125
+ /* Whether the target should be documented by `cargo doc`. */
126
+ "doc": true,
125
127
/* Whether or not this target has doc tests enabled, and
126
128
the target is compatible with doc testing.
127
129
*/
Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ The output has the following format:
127
127
This property is not included if no required features are set.
128
128
*/
129
129
" required-features" : [" feat1" ],
130
+ /* Whether the target should be documented by `cargo doc`. */
131
+ " doc" : true ,
130
132
/* Whether or not this target has doc tests enabled, and
131
133
the target is compatible with doc testing.
132
134
*/
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ The output has the following format:
124
124
This property is not included if no required features are set.
125
125
*/
126
126
"required\- features": ["feat1"],
127
+ /* Whether the target should be documented by `cargo doc`. */
128
+ "doc": true,
127
129
/* Whether or not this target has doc tests enabled, and
128
130
the target is compatible with doc testing.
129
131
*/
You can’t perform that action at this time.
0 commit comments