Files
rjkiv 97bea7d91d big green checkmark make me happy (#18)
* formats and warning fixes

* use nightly in rustrover

* some more checks cleanup

* fix lifetime checks

* apply clippy's suggestions

* reformat again (thanks a lot clippy)

* is clippy happy now?

* ignore unmaintained hopefully

* i hate rust, rust sucks
2026-02-13 15:24:02 -07:00

9 lines
254 B
TOML

fn_single_line = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
overflow_delimited_expr = true
reorder_impl_items = true
use_field_init_shorthand = true
use_small_heuristics = "Max"
where_single_line = true
unstable_features = true