fix clippy (#1334)

This commit is contained in:
Niklas Adolfsson
2024-01-03 12:18:56 +01:00
committed by GitHub
parent 47b8c90be5
commit 38d8e714ec
6 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ use crate::error::CodegenError;
pub use self::{
composite_def::{CompositeDef, CompositeDefFieldType, CompositeDefFields},
derives::{Derives, DerivesRegistry},
substitutes::{AbsolutePath, TypeSubstitutes},
substitutes::TypeSubstitutes,
type_def::TypeDefGen,
type_def_params::TypeDefParameters,
type_path::{TypeParameter, TypePath, TypePathType},