Fix clippy error (#2498)

This commit is contained in:
Jonathan Plasse 2023-02-02 21:38:18 +01:00 committed by GitHub
parent 739c57b31b
commit 2b0de8ccd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#![allow(clippy::useless_format)]
use std::fmt;
use itertools::Itertools;
use ruff_macros::derive_message_formats;