rust/tests/rustdoc-js/struct-like-variant.js

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

7 lines
163 B
JavaScript
Raw Normal View History

const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'name',
'others': [
{ 'path': 'struct_like_variant::Enum::Bar', 'name': 'name', 'desc': 'This is a name.' },
],
};