enforces Module imports granularity (#445)

This commit is contained in:
kaczmarczyck
2022-03-14 20:44:48 +01:00
committed by GitHub
parent ba0c583617
commit 7e7d5e38a1
12 changed files with 22 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
use_field_init_shorthand = true
use_try_shorthand = true
edition = "2018"
edition = "2018"
imports_granularity = "Module"