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

10 lines
260 B
JavaScript

// 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' },
],
};