remove unneeded allow rule

This commit is contained in:
naskya 2024-06-20 12:42:39 +09:00
parent c831afa9f4
commit 507b00c936
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,8 +1,6 @@
//! `config migrate 20240701` subcommand //! `config migrate 20240701` subcommand
//! <https://firefish.dev/firefish/firefish/-/issues/10947> //! <https://firefish.dev/firefish/firefish/-/issues/10947>
#![allow(clippy::type_complexity)]
use crate::config::{client, server}; use crate::config::{client, server};
use sqlx::{postgres::PgConnectOptions, ConnectOptions}; use sqlx::{postgres::PgConnectOptions, ConnectOptions};
use std::{ use std::{