diff options
Diffstat (limited to 'src/cli.rs')
-rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ use config::{Dimensions, Shell}; use std::path::{Path, PathBuf}; use std::borrow::Cow; -const DEFAULT_TITLE: &'static str = "Alacritty"; +const DEFAULT_TITLE: &str = "Alacritty"; fn crate_long_version() -> String { format!("{} (git commit {}) [{} build using {}])", |