Skip to content

Commit 0b7f823

Browse files
committed
syntax: Fix a missing closing code tag in docs.
1 parent 6516b30 commit 0b7f823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/ext/deriving/generic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ enum C {
6868
C0(int),
6969
C1 { x: int }
7070
}
71+
~~~
7172
7273
The `int`s in `B` and `C0` don't have an identifier, so the
7374
`Option<ident>`s would be `None` for them.

0 commit comments

Comments
 (0)