File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
93
93
interactivity. For information on how to write this form of test,
94
94
see [ ` tests/rustdoc-gui/README.md ` ] [ rustdoc-gui-readme ]
95
95
as well as [ the description of the ` .goml ` format] [ goml-script ]
96
- * Additionally, JavaScript type annotations are written using [ TypeScript-flavored JSDoc]
97
- comments and an external d.ts file. The code itself is plain, valid JavaScript; we only
98
- use tsc as a linter.
99
- * The tests on the structure of rustdoc HTML output are located in ` tests/rustdoc ` ,
96
+ * Tests on the structure of rustdoc HTML output are located in ` tests/rustdoc ` ,
100
97
where they're handled by the test runner of bootstrap and
101
98
the supplementary script ` src/etc/htmldocck.py ` .
102
99
[ These tests have several extra directives available to them] ( ./rustdoc-internals/rustdoc-test-suite.md ) .
100
+ * Additionally, JavaScript type annotations are written using [ TypeScript-flavored JSDoc]
101
+ comments and an external d.ts file. The code itself is plain, valid JavaScript; we only
102
+ use tsc as a linter.
103
103
104
104
[ TypeScript-flavored JSDoc ] : https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
105
105
[ rustdoc-gui-readme ] : https://github.com/rust-lang/rust/blob/master/tests/rustdoc-gui/README.md
You can’t perform that action at this time.
0 commit comments