Skip to content

Commit 61a4ea2

Browse files
author
Veetaha
committed
vscode: more privacy for HintsUpdater
1 parent 2734ffa commit 61a4ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class HintsUpdater implements Disposable {
6767
private sourceFiles = new Map<string, RustSourceFile>(); // map Uri -> RustSourceFile
6868
private readonly disposables: Disposable[] = [];
6969

70-
private constructor(readonly ctx: Ctx) { }
70+
private constructor(private readonly ctx: Ctx) { }
7171

7272
static create(ctx: Ctx) {
7373
const self = new HintsUpdater(ctx);

0 commit comments

Comments
 (0)