Merge branch 'zed2' of github.com:zed-industries/zed into zed2-workspace

This commit is contained in:
KCaverly 2023-10-31 11:39:34 -04:00
commit 551171a339
13 changed files with 277 additions and 159 deletions

View file

@ -114,7 +114,7 @@ where
}
fn to_any(&self) -> AnyView {
self.clone().into_any()
self.clone().into()
}
}