mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
This commit is contained in:
commit
b4ef1afd30
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
|
|||
await vscode.window.withProgress(
|
||||
{
|
||||
location: vscode.ProgressLocation.Notification,
|
||||
title: "Patching rust-analysis for NixOS"
|
||||
title: "Patching rust-analyzer for NixOS"
|
||||
},
|
||||
async (progress, _) => {
|
||||
const expression = `
|
||||
|
|
Loading…
Reference in a new issue