summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-04-18 12:47:16 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-04-18 13:00:03 +0200
commit2a57419b9876d7a845b602e303a7d10494a43729 (patch)
tree4a6313ee075d5e0ed576b55c2ecf03a1bc2d177a
parent3f0cec26fca95bef9985c4b1a2cfceaa8926f319 (diff)
downloadmullvadvpn-2a57419b9876d7a845b602e303a7d10494a43729.tar.xz
mullvadvpn-2a57419b9876d7a845b602e303a7d10494a43729.zip
Remove custom trailing_comma format setting
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 4458e46977..8b8325406b 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -11,6 +11,5 @@ comment_width = 100
chain_one_line_max = 100
array_layout = "Block"
fn_call_style = "Block"
-trailing_comma = "Never"
write_mode = "Overwrite"