remove unneeded allow rule
This commit is contained in:
parent
c831afa9f4
commit
507b00c936
1 changed files with 0 additions and 2 deletions
|
@ -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::{
|
||||||
|
|
Loading…
Reference in a new issue