Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/either_of_iter' into either_of_iter
Browse files Browse the repository at this point in the history
  • Loading branch information
DanikVitek committed Jan 12, 2025
2 parents 02eeb93 + bb6a095 commit 0a58c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_macro/src/view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ pub(crate) fn ident_from_tag_name(tag_name: &NodeName) -> Ident {
.path
.segments
.iter()
.last()
.next_back()
.map(|segment| segment.ident.clone())
.expect("element needs to have a name"),
NodeName::Block(_) => {
Expand Down

0 comments on commit 0a58c33

Please sign in to comment.