Merge pull request #3589 from HigherOrderLogic/master

Correct rustdoc JSON example
This commit is contained in:
Eric Huss 2024-03-18 12:00:34 -07:00 committed by GitHub
commit 43e8e96724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ pub fn references<'a>(a: &'a mut str) -> &'static MyType {}
"type": {
"kind": "resolved_path",
"inner": {
"name": "String",
"name": "MyType",
"id": "5:4936",
"args": {
"angle_bracketed": {