diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-01-27 21:42:26 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-01-27 21:45:14 +0200 |
| commit | bbdef0ce59a74aa585186b4987e6f7751e49aea7 (patch) | |
| tree | 83096362580b53c5f29f056ca93e549e5578c18c /src/libsyntax/parse/common.rs | |
| parent | b8b18aac12214d7135a083e2e6946aa197185d49 (diff) | |
| download | rust-bbdef0ce59a74aa585186b4987e6f7751e49aea7.tar.gz rust-bbdef0ce59a74aa585186b4987e6f7751e49aea7.zip | |
rustfmt syntax::parse
Diffstat (limited to 'src/libsyntax/parse/common.rs')
| -rw-r--r-- | src/libsyntax/parse/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/common.rs b/src/libsyntax/parse/common.rs index a96bf1ce10b..060b0b52637 100644 --- a/src/libsyntax/parse/common.rs +++ b/src/libsyntax/parse/common.rs @@ -16,7 +16,7 @@ use parse::token; /// and whether a trailing separator is allowed. pub struct SeqSep { pub sep: Option<token::Token>, - pub trailing_sep_allowed: bool + pub trailing_sep_allowed: bool, } pub fn seq_sep_trailing_allowed(t: token::Token) -> SeqSep { |
