We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b694718 commit b91f9e0Copy full SHA for b91f9e0
clippy_lints/src/methods/mod.rs
@@ -45,6 +45,7 @@ mod iter_overeager_cloned;
45
mod iter_skip_next;
46
mod iter_with_drain;
47
mod iterator_step_by_zero;
48
+mod join_absolute_path;
49
mod manual_next_back;
50
mod manual_ok_or;
51
mod manual_saturating_arithmetic;
@@ -69,7 +70,6 @@ mod option_map_unwrap_or;
69
70
mod or_fun_call;
71
mod or_then_unwrap;
72
mod path_buf_push_overwrite;
-mod join_absolute_path;
73
mod range_zip_with_len;
74
mod repeat_once;
75
mod search_is_some;
0 commit comments