From f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 9 Jan 2018 21:22:20 +0100 Subject: Remove deprecated rustfmt options --- rustfmt.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index eb72dab..e00247e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ brace_style = "PreferSameLine" fn_args_density = "Compressed" match_block_trailing_comma = true -struct_lit_width = 60 use_try_shorthand = true -error_on_line_overflow_comments = false -- cgit