diff --git a/linux.rs b/linux.rs index b167165..4a094d6 100644 --- a/linux.rs +++ b/linux.rs @@ -19,7 +19,7 @@ pub struct Alert { impl AlertMethods for Alert { fn new(_: &str) -> Alert { // TODO: Use a glfw window for prompt - Alert { url: "".to_owned() } + Alert { url: "".to_string() } } fn add_prompt(&mut self) {