diff options
Diffstat (limited to 'askama_shared/src/parser.rs')
-rw-r--r-- | askama_shared/src/parser.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_shared/src/parser.rs b/askama_shared/src/parser.rs index 631a283..0485390 100644 --- a/askama_shared/src/parser.rs +++ b/askama_shared/src/parser.rs @@ -1,6 +1,6 @@ // rustfmt doesn't do a very good job on nom parser invocations. -#![rustfmt_skip] -#![config_attr(rustfmt, rustfmt_skip)] +//#![rustfmt_skip] +//#![config_attr(rustfmt, rustfmt_skip)] use nom::{self, IResult}; use std::str; |