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