Skip to content

Commit

Permalink
remove unused AsMut impl for RowItem
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Sep 9, 2024
1 parent eadfc6d commit 1c04494
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/elems/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ impl<L> Row<L> {
}
}

impl AsMut<RowItem> for RowItem {
fn as_mut(&mut self) -> &mut RowItem {
self
}
}

impl<E: Build> BuildItem<RowItem> for E {
fn build_item(self, cx: &mut Context) -> RowItem {
RowItem {
Expand Down

0 comments on commit 1c04494

Please sign in to comment.