mirror of https://github.com/rust-lang/rfcs.git
Correct rustdoc JSON example
This commit is contained in:
parent
577c50cf06
commit
8e172d6dc1
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue