Skip to content

Commit

Permalink
refactor: rm wrapper_name
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 7, 2024
1 parent a2b719d commit 6956617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frb_codegen/src/library/codegen/ir/mir/ty/enumeration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub enum MirEnumMode {

pub struct MirEnumVariant {
pub name: MirIdent,
pub wrapper_name: MirIdent,
pub comments: Vec<MirComment>,
pub kind: MirVariantKind,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ fn create_enum(interest_impl_types: &[MirType], enum_name: &MirEnumIdent) -> Mir
fn create_enum_variant(ty: &MirType) -> MirEnumVariant {
MirEnumVariant {
name: todo!(),
wrapper_name: todo!(),
comments: vec![],
kind: MirVariantKind::Struct(MirStruct {
name: todo!(),
Expand Down

0 comments on commit 6956617

Please sign in to comment.