Skip to content

Commit cfbeb8d

Browse files
committed
Sync external-tools JSON docs.
1 parent 65a3c0b commit cfbeb8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc/src/reference/external-tools.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,15 @@ structure:
105105
This property is not included if no required features are set.
106106
*/
107107
"required-features": ["feat1"],
108+
/* Whether the target should be documented by `cargo doc`. */
109+
"doc": true,
108110
/* Whether or not this target has doc tests enabled, and
109111
the target is compatible with doc testing.
110112
*/
111113
"doctest": true
114+
/* Whether or not this target should be built and run with `--test`
115+
*/
116+
"test": true
112117
},
113118
/* The message emitted by the compiler.
114119
@@ -146,6 +151,7 @@ following structure:
146151
"name": "my-package",
147152
"src_path": "/path/to/my-package/src/lib.rs",
148153
"edition": "2018",
154+
"doc": true,
149155
"doctest": true,
150156
"test": true
151157
},

0 commit comments

Comments
 (0)