From 958a80e6db9b87985898acf2f4f33e46d4740c3b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 8 Jul 2019 23:06:30 +0200 Subject: rustfmt: disable format_macro_bodies It doesn't work since we're not using rustfmt-nightly. --- .rustfmt.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 1778bd9e2..faa3d5a33 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,3 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. max_width = 80 tab_spaces = 2 -format_macro_bodies = true -- cgit v1.2.3