rust/src/test/rustdoc-js-std/vec-new.js

9 lines
175 B
JavaScript
Raw Normal View History

2018-05-03 22:20:57 +02:00
const QUERY = 'Vec::new';
const EXPECTED = {
'others': [
{ 'path': 'std::vec::Vec', 'name': 'new' },
{ 'path': 'std::vec::Vec', 'name': 'ne' },
],
};