Skip to content

Commit

Permalink
feat: impl from ident for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Nov 24, 2023
1 parent 339563e commit cb3ac83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/elements/mi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ impl From<Ident> for MathMl {
}
}

crate::tag_from_type!(Ident => Ident);

#[derive(Debug, Default, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub struct IdentBuilder<T> {
ident: Option<String>,
Expand Down

0 comments on commit cb3ac83

Please sign in to comment.