Skip to content

Commit

Permalink
Merge pull request #3589 from HigherOrderLogic/master
Browse files Browse the repository at this point in the history
Correct rustdoc JSON example
  • Loading branch information
ehuss committed Mar 18, 2024
2 parents 577c50c + 8e172d6 commit 43e8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/2963-rustdoc-json.md
Expand Up @@ -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": {
Expand Down

0 comments on commit 43e8e96

Please sign in to comment.