diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-16 13:23:46 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-16 17:21:32 +0200 |
| commit | 1a26fdf9b2c818186e23188b4dc47349e4133b1a (patch) | |
| tree | 20012934c57bbd06283b4056dbc5cf6b419d6192 /src/libsyntax/parse/parser.rs | |
| parent | be40bbd2fb7e077b27d346a0b9249d309b9ca690 (diff) | |
| download | rust-1a26fdf9b2c818186e23188b4dc47349e4133b1a.tar.gz rust-1a26fdf9b2c818186e23188b4dc47349e4133b1a.zip | |
ui-fulldeps: make them pass again?
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 79901177d18..9cb410a8ae3 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1,4 +1,4 @@ -mod attr; +pub mod attr; mod expr; mod pat; mod item; |
