term: Replace manual Extend impl for Table
There’s nothing more to say here.
1 file changed
+14
-6
f00d1d67
→
11fc98c9
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> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|