rust/tests/rustdoc-js-std/enum-option.js

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

7 lines
126 B
JavaScript
Raw Normal View History

2018-01-07 09:20:25 -06:00
const EXPECTED = {
2023-06-09 09:49:38 -05:00
'query': 'enum:Option',
2018-01-07 09:20:25 -06:00
'others': [
{ 'path': 'std::option', 'name': 'Option' },
],
};