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.

10 lines
228 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' },
{ 'path': 'std::vec::Vec', 'name': 'ne' },
{ 'path': 'alloc::vec::Vec', 'name': 'ne' },
2018-05-03 15:20:57 -05:00
],
};