diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-01-26 23:39:14 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-01-26 23:39:32 +1100 |
| commit | 0b7f823156a9e11126792529ec45c7490fea2fc3 (patch) | |
| tree | 6d377cd73526b8828fa7f24efcda67e5b11318db | |
| parent | 6516b303b5f35e81350cccdf6629766e2b0a027e (diff) | |
| download | rust-0b7f823156a9e11126792529ec45c7490fea2fc3.tar.gz rust-0b7f823156a9e11126792529ec45c7490fea2fc3.zip | |
syntax: Fix a missing closing code tag in docs.
| -rw-r--r-- | src/libsyntax/ext/deriving/generic.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/ext/deriving/generic.rs b/src/libsyntax/ext/deriving/generic.rs index fe519a31efa..5845e684e24 100644 --- a/src/libsyntax/ext/deriving/generic.rs +++ b/src/libsyntax/ext/deriving/generic.rs @@ -68,6 +68,7 @@ enum C { C0(int), C1 { x: int } } +~~~ The `int`s in `B` and `C0` don't have an identifier, so the `Option<ident>`s would be `None` for them. |
