1
Fork 0

rustdoc: bug fix for -> option<t>

This commit is contained in:
Michael Howell 2023-08-05 11:22:21 -07:00
parent b6bb06ca5d
commit 89a4c7f552
3 changed files with 11 additions and 1 deletions

View file

@ -72,4 +72,10 @@ const EXPECTED = [
{ 'path': 'std::option::Option', 'name': 'flatten' },
],
},
{
'query': 'option<t>',
'returned': [
{ 'path': 'std::result::Result', 'name': 'ok' },
],
},
];