| commit | c8361027d982ddf07c28a4bba1ff20a8618e1955 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Tue Aug 25 21:57:53 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Tue Aug 25 22:03:00 2020 -0700 |
| tree | 19876e3b180aee521e57a0189aeb0a5ff4734d23 | |
| parent | 691dc171b5f0f34478a02129a7e1e784c591911e [diff] [blame] |
Remove dependency of ui test on whether rust-src is installed
diff --git a/syntax/mod.rs b/syntax/mod.rs index 88c96e8..cd6f235 100644 --- a/syntax/mod.rs +++ b/syntax/mod.rs
@@ -46,6 +46,7 @@ pub doc: Doc, pub type_token: Token![type], pub ident: Ident, + pub semi_token: Token![;], } pub struct Struct {