Skip to content

Commit b91f9e0

Browse files
committed
Ran cargo dev bless after a full cargo test
1 parent b694718 commit b91f9e0

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ mod iter_overeager_cloned;
4545
mod iter_skip_next;
4646
mod iter_with_drain;
4747
mod iterator_step_by_zero;
48+
mod join_absolute_path;
4849
mod manual_next_back;
4950
mod manual_ok_or;
5051
mod manual_saturating_arithmetic;
@@ -69,7 +70,6 @@ mod option_map_unwrap_or;
6970
mod or_fun_call;
7071
mod or_then_unwrap;
7172
mod path_buf_push_overwrite;
72-
mod join_absolute_path;
7373
mod range_zip_with_len;
7474
mod repeat_once;
7575
mod search_is_some;

0 commit comments

Comments
 (0)