From c80d898e1e71b2bad162322adab504da9948dad2 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 1 Jul 2023 16:46:37 -0400 Subject: [PATCH] update rustfmt.toml --- rustfmt.toml | 2 +- tests/tests.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 1c2edfb..ff07045 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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 diff --git a/tests/tests.rs b/tests/tests.rs index c976d29..64147a6 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -1,5 +1,4 @@ use insta::assert_debug_snapshot; - use pep_508::parse; #[test]