diff options
| author | Fuwn <[email protected]> | 2021-04-28 22:31:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 22:31:56 +0000 |
| commit | 3c10a6325ce8729662dc6a2b14e28c6ae7a4009a (patch) | |
| tree | aeb17f9db64bfb4aec31522bf71f134020b91822 | |
| parent | etc: Replace copyleft holder name (diff) | |
| download | whirl-3c10a6325ce8729662dc6a2b14e28c6ae7a4009a.tar.xz whirl-3c10a6325ce8729662dc6a2b14e28c6ae7a4009a.zip | |
test: Temporarily re-enable report_todo format rule
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 6a5c54c..de1e0ce 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 |