File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 <div >
1616 <img src="contrib/warp.png" width="230" alt="Warp" />
1717 </div >
18- <b >Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.</b >
18+ <b >
19+ Warp is a modern, Rust-based terminal with AI built in so you and your team
20+ can build great software, faster.
21+ </b >
1922 <div >
2023 <sup>Visit <u>warp.dev</u> to learn more.</sup>
2124 </div >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY;
2323pub struct Fzf ( Command ) ;
2424
2525impl Fzf {
26- const ERR_FZF_NOT_FOUND : & str = "could not find fzf, is it installed?" ;
26+ const ERR_FZF_NOT_FOUND : & ' static str = "could not find fzf, is it installed?" ;
2727
2828 pub fn new ( ) -> Result < Self > {
2929 // On Windows, CreateProcess implicitly searches the current working
You can’t perform that action at this time.
0 commit comments