aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alessandro Ghedini <alessandro@ghedini.me> 2019-02-08 17:53:06 +0000
committerGravatar Alessandro Ghedini <alessandro@ghedini.me> 2019-02-08 17:53:15 +0000
commit75af0bed0dbc46b56049b7896b3287deaf2160cc (patch)
tree13cb47d155aa298424ebdecd9a12b9515a9cfbd7
parent39e84eb894dbb39bc3061226e1d89bd4e85734ac (diff)
downloadquiche-75af0bed0dbc46b56049b7896b3287deaf2160cc.tar.gz
quiche-75af0bed0dbc46b56049b7896b3287deaf2160cc.tar.zst
quiche-75af0bed0dbc46b56049b7896b3287deaf2160cc.zip
rustfmt: don't set license_template_path to avoid warnings
Diffstat (limited to '')
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index df5abcca..1ebb18ef 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -9,7 +9,6 @@ format_doc_comments = true
comment_width = 80
normalize_comments = true
normalize_doc_attributes = true
-license_template_path = ""
format_strings = false
format_macro_matchers = false
format_macro_bodies = true