rust/tests/rustdoc-js-std/vec-new.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
290 B
JavaScript
Raw Normal View History

2018-05-03 15:20:57 -05:00
const QUERY = 'Vec::new';
const EXPECTED = {
'others': [
{ 'path': 'std::vec::Vec', 'name': 'new' },
2022-12-16 14:19:38 -06:00
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
2018-05-03 15:20:57 -05:00
],
};