We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed57ac2 commit 287833dCopy full SHA for 287833d
rustfmt.toml
@@ -0,0 +1,7 @@
1
+# matches that of rust-lang/rust
2
+style_edition = "2024"
3
+use_small_heuristics = "Max"
4
+merge_derives = false
5
+group_imports = "StdExternalCrate"
6
+imports_granularity = "Module"
7
+use_field_init_shorthand = true
src/main.rs
@@ -1,6 +1,5 @@
use jiff::civil::Date;
-use jiff::ToSpan;
-use jiff::Zoned;
+use jiff::{ToSpan, Zoned};
static WEEKS: i64 = 6;
0 commit comments