From 520af2b68f550b45c64aaefc4004e4ddd5688b92 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Fri, 28 Feb 2020 22:27:29 -0500 Subject: [PATCH] Updated rustfmt to remove nightly-only features (for now) --- rustfmt.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index c7c801a9..5e1a41b9 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,11 +3,7 @@ max_width = 100 newline_style = "Unix" reorder_imports = true fn_args_layout = "Compressed" -empty_item_single_line = false hard_tabs = true -merge_imports = true merge_derives = true reorder_modules = true -reorder_impl_items = true tab_spaces = 4 -format_strings = true