mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
const QUERY = 'enum:Option';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std::option', 'name': 'Option' },
|
|
],
|
|
};
|