mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
const FILTER_CRATE = "std";
|
|
const EXPECTED = {
|
|
'query': 'Option::',
|
|
'others': [
|
|
{ 'path': 'std::option::Option', 'name': 'eq' },
|
|
],
|
|
}
|