From 1e72dad497ca57608c14fc6911eee0f9c0afa0cd Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 21 Nov 2017 21:14:24 +0100 Subject: Disabling rustfmt locally doesn't work in stable Rust --- askama_shared/src/parser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'askama_shared') 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; -- cgit