9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
![]() |
const QUERY = 'Vec::new';
|
||
|
|
||
|
const EXPECTED = {
|
||
|
'others': [
|
||
|
{ 'path': 'std::vec::Vec', 'name': 'new' },
|
||
|
{ 'path': 'std::vec::Vec', 'name': 'ne' },
|
||
|
],
|
||
|
};
|