Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 9, 2024
1 parent 044203b commit c0d450b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use crate::codegen::ir::mir::ty::MirType;
use crate::codegen::parser::mir::parser::ty::trait_def::parse_type_trait;
use crate::codegen::parser::mir::parser::ty::TypeParserWithContext;
use crate::codegen::parser::mir::ParseMode;
use crate::if_then_some;
use crate::utils::syn_utils::ty_to_string;
use syn::TypeTraitObject;
use crate::if_then_some;

impl<'a, 'b, 'c> TypeParserWithContext<'a, 'b, 'c> {
pub(crate) fn parse_type_trait_object(
Expand Down

0 comments on commit c0d450b

Please sign in to comment.