File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
<div >
16
16
<img src="contrib/warp.png" width="230" alt="Warp" />
17
17
</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 >
19
22
<div >
20
23
<sup>Visit <u>warp.dev</u> to learn more.</sup>
21
24
</div >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pub const MONTH: Epoch = 30 * DAY;
23
23
pub struct Fzf ( Command ) ;
24
24
25
25
impl 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?" ;
27
27
28
28
pub fn new ( ) -> Result < Self > {
29
29
// On Windows, CreateProcess implicitly searches the current working
You can’t perform that action at this time.
0 commit comments