rust/src/test/rustdoc-js-std/struct-vec.js

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

9 lines
181 B
JavaScript
Raw Normal View History

2018-01-07 15:20:25 +00:00
const QUERY = 'struct:Vec';
const EXPECTED = {
'others': [
{ 'path': 'std::vec', 'name': 'Vec' },
{ 'path': 'std::collections', 'name': 'VecDeque' },
],
};