diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-01-09 21:22:20 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-01-09 21:41:45 +0100 |
commit | f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c (patch) | |
tree | 3c98c06a4b4e957fd63d52052f4968d4d6222c4d | |
parent | b787bb4aee6c2cad0c66ded874d5f37b8e4b0413 (diff) | |
download | askama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.tar.gz askama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.tar.bz2 askama-f376d96ee1bab82cf1cbb32fbdc0dbf969e5df9c.zip |
Remove deprecated rustfmt options
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index eb72dab..e00247e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ brace_style = "PreferSameLine" fn_args_density = "Compressed" match_block_trailing_comma = true -struct_lit_width = 60 use_try_shorthand = true -error_on_line_overflow_comments = false |