mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
const EXPECTED = {
|
|
'query': '+',
|
|
'others': [
|
|
{ 'path': 'std::ops', 'name': 'Add' },
|
|
{ 'path': 'std::ops', 'name': 'AddAssign' },
|
|
],
|
|
};
|