Clean up misleading language

This commit is contained in:
Michael Howell 2024-08-23 11:33:17 -07:00 committed by Michael Goulet
parent b7c3561386
commit a30716826a
1 changed files with 2 additions and 3 deletions

View File

@ -81,9 +81,8 @@ does is call the `main()` that's in this crate's `lib.rs`, though.)
## Tests ## Tests
* All paths in this section are relative to `tests` in the rust-lang/rust repository. * All paths in this section are relative to `tests` in the rust-lang/rust repository.
* Tests on search index generation are located in `rustdoc-js`, as a * Tests on search engine and index are located in `rustdoc-js` and `rustdoc-js-std`.
series of JavaScript files that encode queries on the standard library search The format is specified
index and expected results. The format is specified
[in the search guide](rustdoc-internals/search.md#testing-the-search-engine). [in the search guide](rustdoc-internals/search.md#testing-the-search-engine).
* Tests on the "UI" of rustdoc (the terminal output it produces when run) are in * Tests on the "UI" of rustdoc (the terminal output it produces when run) are in
`rustdoc-ui` `rustdoc-ui`