]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js-std/vec-new.js
Auto merge of #2583 - RalfJung:rustup, r=oli-obk
[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 };