File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 @ just --list --unsorted --color=always | rg -v " default"
33
44# Format source code
5- format :
5+ fmt :
66 cargo + nightly fmt
77
88clippy :
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ edition = "2021"
33
44max_width = 100
55error_on_line_overflow = false
6- error_on_unformatted = false
6+ error_on_unformatted = true
77
88normalize_comments = true
99
1010use_small_heuristics = " Max"
1111fn_params_layout = " Compressed"
1212overflow_delimited_expr = true
13- where_single_line = true
14-
1513reorder_impl_items = true
14+
1615group_imports = " StdExternalCrate"
16+ imports_granularity = " Module"
Original file line number Diff line number Diff line change @@ -432,7 +432,6 @@ impl QueueFile {
432432 self . skip_write_header_on_add
433433 }
434434
435-
436435 #[ deprecated( since = "1.4.7" , note = "Use `skip_write_header_on_add` instead." ) ]
437436 pub const fn get_skip_write_header_on_add ( & self ) -> bool {
438437 self . skip_write_header_on_add ( )
You can’t perform that action at this time.
0 commit comments