Fix clippy warning

This commit is contained in:
Alexandre Bury 2016-08-02 23:26:59 -07:00
parent fab05b8b9f
commit d3d86a2f45

View File

@ -39,6 +39,8 @@ fn make_rows(text: &str, width: usize) -> Vec<Row> {
.collect()
}
new_default!(TextArea);
impl TextArea {
/// Creates a new, empty TextArea.
pub fn new() -> Self {