Skip to content

Commit b4ef1af

Browse files
committed
Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf
2 parents ec5162f + d7331b2 commit b4ef1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async function patchelf(dest: PathLike): Promise<void> {
193193
await vscode.window.withProgress(
194194
{
195195
location: vscode.ProgressLocation.Notification,
196-
title: "Patching rust-analysis for NixOS"
196+
title: "Patching rust-analyzer for NixOS"
197197
},
198198
async (progress, _) => {
199199
const expression = `

0 commit comments

Comments
 (0)