aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-28 22:18:20 +0000
committerFuwn <[email protected]>2021-04-28 22:18:20 +0000
commitf68b9f957ef7e6116e92d0a244ad4247f82c3982 (patch)
tree6ff6fbae2ac20464f70d01c657b6b12dfed2f6bf /rustfmt.toml
parentetc: Add copyleft symbol to copyleft header (diff)
downloadwhirl-f68b9f957ef7e6116e92d0a244ad4247f82c3982.tar.xz
whirl-f68b9f957ef7e6116e92d0a244ad4247f82c3982.zip
fix: Remove report_todo format rule
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index de1e0ce..6a5c54c 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -19,7 +19,7 @@ reorder_impl_items = true
group_imports = "StdExternalCrate"
reorder_modules = true
report_fixme = "Always"
-report_todo = "Always"
+#report_todo = "Always"
struct_field_align_threshold = 20
struct_lit_single_line = false
tab_spaces = 2