diff options
| author | Nadrieril | 2019-04-07 11:09:57 +0200 |
|---|---|---|
| committer | Nadrieril | 2019-04-07 11:10:08 +0200 |
| commit | c461548c32f8cb3ee2db5ade88ae4f91b3838ab5 (patch) | |
| tree | 4f9993af400d9d598641cc9479dd4334591babd1 /dhall/tests/parser | |
| parent | 354ccf95ff03fa39b8812e6b138db2b1993a981e (diff) | |
Avoid constructing exprs manually when possible
Diffstat (limited to '')
| -rw-r--r-- | dhall/tests/parser.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/tests/parser.rs b/dhall/tests/parser.rs index 0b5e2d6..3969dc9 100644 --- a/dhall/tests/parser.rs +++ b/dhall/tests/parser.rs @@ -1,3 +1,4 @@ +#![feature(proc_macro_hygiene)] #![feature(custom_inner_attributes)] #![rustfmt::skip] mod common; |
