From 61a4ea25326b794fe64f37fda323fc704a5f96e9 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sat, 7 Mar 2020 14:37:15 +0200 Subject: vscode: more privacy for HintsUpdater --- editors/code/src/inlay_hints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index d7fabe795..fd7c49c89 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts @@ -67,7 +67,7 @@ class HintsUpdater implements Disposable { private sourceFiles = new Map(); // map Uri -> RustSourceFile private readonly disposables: Disposable[] = []; - private constructor(readonly ctx: Ctx) { } + private constructor(private readonly ctx: Ctx) { } static create(ctx: Ctx) { const self = new HintsUpdater(ctx); -- cgit v1.2.3