fix clippy

This commit is contained in:
Evan Almloff 2023-11-29 11:46:18 -06:00
parent 533c7bab49
commit a840e012d8

View file

@ -243,10 +243,6 @@ mod field_info {
}
.into()
}
pub fn type_from_inside_option(&self, check_option_name: bool) -> Option<&syn::Type> {
type_from_inside_option(self.ty, check_option_name)
}
}
#[derive(Debug, Default, Clone)]