Skip to content

Commit

Permalink
update rustfmt.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jul 1, 2023
1 parent 80b842c commit c80d898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ unstable_features = true

condense_wildcard_suffixes = true
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = false
reorder_impl_items = true
spaces_around_ranges = true
use_field_init_shorthand = true
Expand Down
1 change: 0 additions & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use insta::assert_debug_snapshot;

use pep_508::parse;

#[test]
Expand Down

0 comments on commit c80d898

Please sign in to comment.