clippy
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -132,6 +132,7 @@ async fn main() { | ... | @@ -132,6 +132,7 @@ async fn main() { |
132 | } | 132 | } |
133 | } | 133 | } |
134 | 134 | ||
135 | #[allow(clippy::too_many_arguments)] | ||
135 | pub async fn clean( | 136 | pub async fn clean( |
136 | mattermost_data_directory: &str, | 137 | mattermost_data_directory: &str, |
137 | database_name: &str, | 138 | database_name: &str, | ... | ... |
-
Please register or sign in to post a comment