]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js-std/struct-vec.js
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / rustdoc-js-std / struct-vec.js
1 const QUERY = 'struct:VecD';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std::collections', 'name': 'VecDeque' },
6         { 'path': 'std::vec', 'name': 'Vec' },
7     ],
8 };