mirror of
https://github.com/widberg/bff
synced 2026-08-23 14:26:03 -04:00
ignore broken clippy lint about derive_more::Constructor
This commit is contained in:
parent
3fe1748b13
commit
27d1a4e452
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// `derive_more::Constructor` produces these initializers, but their spans point here.
|
||||
#![allow(clippy::redundant_field_names)]
|
||||
|
||||
use std::ffi::OsString;
|
||||
|
||||
use derive_more::{Constructor, Display, Error, From};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// `derive_more::Constructor` produces these initializers, but their spans point here.
|
||||
#![allow(clippy::redundant_field_names)]
|
||||
|
||||
use std::fmt::Debug;
|
||||
use std::io::Write;
|
||||
use std::marker::PhantomData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue