We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c3561 commit a307168Copy full SHA for a307168
src/rustdoc.md
@@ -81,9 +81,8 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
81
## Tests
82
83
* All paths in this section are relative to `tests` in the rust-lang/rust repository.
84
-* Tests on search index generation are located in `rustdoc-js`, as a
85
- series of JavaScript files that encode queries on the standard library search
86
- index and expected results. The format is specified
+* Tests on search engine and index are located in `rustdoc-js` and `rustdoc-js-std`.
+ The format is specified
87
[in the search guide](rustdoc-internals/search.md#testing-the-search-engine).
88
* Tests on the "UI" of rustdoc (the terminal output it produces when run) are in
89
`rustdoc-ui`
0 commit comments