Files
rust/tests/rustdoc-js-std/filter-macro-attr-derive.js

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

10 lines
260 B
JavaScript
Raw Normal View History

// This test ensures that filtering on "macro" will also include attribute and derive
// macros.
const EXPECTED = {
'query': 'macro:debug',
'others': [
{ 'path': 'std::fmt', 'name': 'Debug', 'href': '../std/fmt/derive.Debug.html' },
],
};