diff --git a/.rustfmt.toml b/.rustfmt.toml index b299429d8..77fdc7039 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,9 +1,8 @@ hard_tabs = false -imports_granularity = "Crate" reorder_impl_items = true use_field_init_shorthand = true use_try_shorthand = true format_code_in_doc_comments = true wrap_comments = true -edition = "2018" +edition = "2021" version = "Two"