rust/tests/rustdoc-js-std/full-path-function.js

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

8 lines
188 B
JavaScript
Raw Normal View History

2023-09-01 07:31:01 -05:00
const EXPECTED = {
'query': 'vec::vec -> usize',
'others': [
{ 'path': 'std::vec::Vec', 'name': 'len' },
{ 'path': 'std::vec::Vec', 'name': 'capacity' },
],
};