rust/tests/rustdoc-js/extern-func.js

9 lines
159 B
JavaScript

const EXPECTED = [
{
'query': 'c_float -> c_float',
'others': [
{ 'path': 'extern_func', 'name': 'sqrt' }
],
},
];