diff options
author | 2019-02-08 17:53:06 +0000 | |
---|---|---|
committer | 2019-02-08 17:53:15 +0000 | |
commit | 75af0bed0dbc46b56049b7896b3287deaf2160cc (patch) | |
tree | 13cb47d155aa298424ebdecd9a12b9515a9cfbd7 | |
parent | 39e84eb894dbb39bc3061226e1d89bd4e85734ac (diff) | |
download | quiche-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.toml | 1 |
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 |