cleaned up warnings

This commit is contained in:
KCaverly 2023-08-25 10:38:01 +02:00
parent 131950f670
commit ee97bc54cf
3 changed files with 20 additions and 24 deletions

View file

@ -760,7 +760,7 @@ impl ProjectSearchView {
}
fn new(model: ModelHandle<ProjectSearch>, cx: &mut ViewContext<Self>) -> Self {
let mut project;
let project;
let excerpts;
let mut query_text = String::new();
let mut options = SearchOptions::NONE;