Skip to content

Commit

Permalink
rustfmt: Avoid unstable features
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Oct 22, 2024
1 parent a82bf20 commit 8d77a17
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
version = "Two"
use_small_heuristics = "Max"
edition = "2018"
reorder_imports = true
condense_wildcard_suffixes = true
merge_imports = true
reorder_impl_items = true
spaces_around_ranges = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true

0 comments on commit 8d77a17

Please sign in to comment.