Remove unnecessary allow(clippy)

This commit is contained in:
Franck Royer 2021-01-19 14:50:00 +11:00
parent 9e3ef7ea24
commit 9b32409b8d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -67,7 +67,6 @@ pub struct SwapFactory {
}
impl SwapFactory {
#[allow(clippy::too_many_arguments)]
pub async fn new(
seed: Seed,
config: Config,