fix(widgets): remove compilation warning in table widget

pull/197/head
Florian Dehau 5 years ago
parent bb28d02277
commit a82c82fcd7

@ -4,7 +4,7 @@ use std::iter::Iterator;
use cassowary::strength::{MEDIUM, REQUIRED, WEAK};
use cassowary::WeightedRelation::*;
use cassowary::{Expression, Solver, Variable};
use cassowary::{Expression, Solver};
use crate::buffer::Buffer;
use crate::layout::{Constraint, Rect};

Loading…
Cancel
Save