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

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

8 lines
180 B
JavaScript
Raw Normal View History

2018-01-07 15:20:25 +00:00
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'struct:VecD',
2018-01-07 15:20:25 +00:00
'others': [
{ 'path': 'std::collections', 'name': 'VecDeque' },
2021-08-11 18:14:26 +00:00
{ 'path': 'std::vec', 'name': 'Vec' },
2018-01-07 15:20:25 +00:00
],
};