Fix get_most_public_ancestor

This commit is contained in:
Conrad Irwin 2023-10-17 09:41:34 -06:00
parent 465d726bd4
commit 851701cb6f
6 changed files with 126 additions and 50 deletions

View file

@ -7,7 +7,7 @@ use gpui::{
use picker::{Picker, PickerDelegate, PickerEvent};
use std::cmp::{self, Reverse};
use util::{
channel::{parse_zed_link, ReleaseChannel, RELEASE_CHANNEL, RELEASE_CHANNEL_NAME},
channel::{parse_zed_link, ReleaseChannel, RELEASE_CHANNEL},
ResultExt,
};
use workspace::Workspace;