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

@ -87,7 +87,7 @@ async fn test_semantic_index(cx: &mut TestAppContext) {
let project = Project::test(fs.clone(), ["/the-root".as_ref()], cx).await;
store
let _ = store
.update(cx, |store, cx| {
store.initialize_project(project.clone(), cx)
})