diff --git a/src/elems/row.rs b/src/elems/row.rs index dae06b7..6489f8b 100644 --- a/src/elems/row.rs +++ b/src/elems/row.rs @@ -37,12 +37,6 @@ impl Row { } } -impl AsMut for RowItem { - fn as_mut(&mut self) -> &mut RowItem { - self - } -} - impl BuildItem for E { fn build_item(self, cx: &mut Context) -> RowItem { RowItem {