rustdoc: bug fix for -> option<t>
This commit is contained in:
parent
b6bb06ca5d
commit
89a4c7f552
3 changed files with 11 additions and 1 deletions
|
@ -72,4 +72,10 @@ const EXPECTED = [
|
|||
{ 'path': 'std::option::Option', 'name': 'flatten' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': 'option<t>',
|
||||
'returned': [
|
||||
{ 'path': 'std::result::Result', 'name': 'ok' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue