From 449fabf24f99a207e80510490649e3b1bbc9d700 Mon Sep 17 00:00:00 2001 From: Antioch Peverell <30642645+antiochp@users.noreply.github.com> Date: Mon, 5 Mar 2018 15:23:52 -0500 Subject: [PATCH] cannot use write_mode in rustfmt.toml in stable (get rid of the warnings) (#752) --- api/rustfmt.toml | 1 - chain/rustfmt.toml | 1 - core/rustfmt.toml | 2 -- grin/rustfmt.toml | 1 - keychain/rustfmt.toml | 1 - p2p/rustfmt.toml | 1 - pool/rustfmt.toml | 1 - rustfmt.toml | 1 - store/rustfmt.toml | 1 - wallet/rustfmt.toml | 1 - 10 files changed, 11 deletions(-) diff --git a/api/rustfmt.toml b/api/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/api/rustfmt.toml +++ b/api/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/chain/rustfmt.toml b/chain/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/chain/rustfmt.toml +++ b/chain/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/core/rustfmt.toml b/core/rustfmt.toml index 910a5147c..5e7f9e245 100644 --- a/core/rustfmt.toml +++ b/core/rustfmt.toml @@ -1,4 +1,2 @@ hard_tabs = true wrap_comments = true -comment_width = 120 # we have some long urls in comments -write_mode = "Overwrite" diff --git a/grin/rustfmt.toml b/grin/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/grin/rustfmt.toml +++ b/grin/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/keychain/rustfmt.toml b/keychain/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/keychain/rustfmt.toml +++ b/keychain/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/p2p/rustfmt.toml b/p2p/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/p2p/rustfmt.toml +++ b/p2p/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/pool/rustfmt.toml b/pool/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/pool/rustfmt.toml +++ b/pool/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/rustfmt.toml b/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/store/rustfmt.toml b/store/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/store/rustfmt.toml +++ b/store/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite" diff --git a/wallet/rustfmt.toml b/wallet/rustfmt.toml index e26e77f1d..5e7f9e245 100644 --- a/wallet/rustfmt.toml +++ b/wallet/rustfmt.toml @@ -1,3 +1,2 @@ hard_tabs = true wrap_comments = true -write_mode = "Overwrite"