diff options
| author | Nadrieril | 2019-09-10 15:42:11 +0200 |
|---|---|---|
| committer | Nadrieril | 2019-09-10 15:42:11 +0200 |
| commit | 20e75122354dc44468fa58c40e94a43a128aa764 (patch) | |
| tree | 3625ed64f60e915c32aa9fbd68ed00135488babb /dhall_syntax | |
| parent | e4003cc25efcae79c1332e3481d7edfca1067c4f (diff) | |
Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature
Diffstat (limited to 'dhall_syntax')
| -rw-r--r-- | dhall_syntax/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhall_syntax/src/lib.rs b/dhall_syntax/src/lib.rs index 95f40c2..3e6db80 100644 --- a/dhall_syntax/src/lib.rs +++ b/dhall_syntax/src/lib.rs @@ -1,7 +1,6 @@ #![feature(trace_macros)] #![feature(slice_patterns)] #![feature(never_type)] -#![feature(proc_macro_hygiene)] #