diff options
| author | Fuwn <[email protected]> | 2021-05-20 05:39:10 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 05:39:10 +0000 |
| commit | d65fc77aa44bcc73556ec6965fece3afbac08d57 (patch) | |
| tree | 205993c4d14894f8a1fc19825871dc22fbfee60a /rustfmt.toml | |
| parent | fix(actions): profile (diff) | |
| download | nitrous-d65fc77aa44bcc73556ec6965fece3afbac08d57.tar.xz nitrous-d65fc77aa44bcc73556ec6965fece3afbac08d57.zip | |
refactor(manifest): delete unused line
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 6a5c54c..9a84983 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -19,7 +19,6 @@ reorder_impl_items = true group_imports = "StdExternalCrate" reorder_modules = true report_fixme = "Always" -#report_todo = "Always" struct_field_align_threshold = 20 struct_lit_single_line = false tab_spaces = 2 |