diff --git a/README.md b/README.md index 8600ef1..7ade474 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@
Warp
- Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster. + + Warp is a modern, Rust-based terminal with AI built in so you and your team + can build great software, faster. +
Visit warp.dev to learn more.
diff --git a/src/util.rs b/src/util.rs index 47e7e93..1f8fc95 100644 --- a/src/util.rs +++ b/src/util.rs @@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY; pub struct Fzf(Command); impl Fzf { - const ERR_FZF_NOT_FOUND: &str = "could not find fzf, is it installed?"; + const ERR_FZF_NOT_FOUND: &'static str = "could not find fzf, is it installed?"; pub fn new() -> Result { // On Windows, CreateProcess implicitly searches the current working