Change summary
crates/zed/src/languages/rust.rs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Detailed changes
@@ -32,8 +32,7 @@ impl LspAdapter for RustLspAdapter {
delegate: &dyn LspAdapterDelegate,
) -> Result<Box<dyn 'static + Send + Any>> {
let release =
- latest_github_release("rust-analyzer/rust-analyzer", false, delegate.http_client())
- .await?;
+ latest_github_release("rust-lang/rust-analyzer", false, delegate.http_client()).await?;
let asset_name = format!("rust-analyzer-{}-apple-darwin.gz", consts::ARCH);
let asset = release
.assets