Move document highlights RPC message to the background

This commit is contained in:
Antonio Scandurra 2022-02-23 16:16:02 +01:00
parent 9e173564e9
commit f3c6320eeb
3 changed files with 64 additions and 5 deletions

View file

@ -776,7 +776,7 @@ impl Project {
}
}
fn get_open_buffer(
pub fn get_open_buffer(
&mut self,
path: &ProjectPath,
cx: &mut ModelContext<Self>,
@ -2047,7 +2047,7 @@ impl Project {
}
}
fn find_local_worktree(
pub fn find_local_worktree(
&self,
abs_path: &Path,
cx: &AppContext,