diff --git a/src/app.rs b/src/app.rs index 0ed532f..3f976d4 100644 --- a/src/app.rs +++ b/src/app.rs @@ -12,7 +12,7 @@ impl Default for App { fn default() -> Self { Self { running: true, - content: "".into(), + content: String::new(), } } }