File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ impl Fuzzy {
145145 }
146146}
147147
148- pub fn highlight ( pattern : & str , input : String ) -> Cell {
148+ pub fn highlight ( pattern : & str , input : String ) -> Cell < ' _ > {
149149 if !pattern. is_empty ( ) {
150150 if input. contains ( pattern) {
151151 let splits = input. split ( pattern) ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ impl Section {
6161 firewall : Firewall :: new ( firewall_chans. ingress . sender , firewall_chans. egress . sender ) ,
6262 }
6363 }
64- fn title_span ( & self , header_section : FocusedSection ) -> Span {
64+ fn title_span ( & self , header_section : FocusedSection ) -> Span < ' _ > {
6565 let is_focused = self . focused_section == header_section;
6666 match header_section {
6767 FocusedSection :: Inspection => {
You can’t perform that action at this time.
0 commit comments