]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/vec-new.js
Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplett
[rust.git] / src / test / rustdoc-js-std / vec-new.js
1 const QUERY = 'Vec::new';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'std::vec::Vec', 'name': 'new' },
6         { 'path': 'std::vec::Vec', 'name': 'ne' },
7         { 'path': 'alloc::vec::Vec', 'name': 'ne' },
8     ],
9 };