blob: a4dd90a44d5ba5e42df04f14d7acd3206ffd89a2 [file] [log] [blame]
// exact-check
const FILTER_CRATE = 'std';
const EXPECTED = {
'query': 'prinltn',
'others': [
{ 'path': 'std', 'name': 'println' },
{ 'path': 'std', 'name': 'print' },
{ 'path': 'std', 'name': 'eprintln' },
],
};