rust/tests/rustdoc-js-std/vec-new.js

10 lines
288 B
JavaScript
Raw Normal View History

2018-05-03 20:20:57 +00:00
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'Vec::new',
2018-05-03 20:20:57 +00:00
'others': [
{ 'path': 'std::vec::Vec', 'name': 'new' },
2022-12-16 20:19:38 +00:00
{ 'path': 'alloc::vec::Vec', 'name': 'new' },
{ 'path': 'std::vec::Vec', 'name': 'new_in' },
{ 'path': 'alloc::vec::Vec', 'name': 'new_in' },
2018-05-03 20:20:57 +00:00
],
};