term: Replace manual Extend impl for Table
2 passed
2 failed
(4 total)
View logs
modified crates/radicle-term/src/table.rs
@@ -191,12 +191,6 @@ impl<const W: usize, T: Cell> Table<W, T> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -225,6 +219,20 @@ impl<const W: usize, T: Cell> Table<W, T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|