]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/struct-vec.js
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[rust.git] / src / test / rustdoc-js-std / struct-vec.js
1 const QUERY = 'struct:Vec';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std::vec', 'name': 'Vec' },
6         { 'path': 'std::collections', 'name': 'VecDeque' },
7     ],
8 };