mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Fix clippy warning
This commit is contained in:
parent
fab05b8b9f
commit
d3d86a2f45
@ -39,6 +39,8 @@ fn make_rows(text: &str, width: usize) -> Vec<Row> {
|
|||||||
.collect()
|
.collect()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_default!(TextArea);
|
||||||
|
|
||||||
impl TextArea {
|
impl TextArea {
|
||||||
/// Creates a new, empty TextArea.
|
/// Creates a new, empty TextArea.
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
|
Loading…
Reference in New Issue
Block a user