We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2734ffa commit 61a4ea2Copy full SHA for 61a4ea2
editors/code/src/inlay_hints.ts
@@ -67,7 +67,7 @@ class HintsUpdater implements Disposable {
67
private sourceFiles = new Map<string, RustSourceFile>(); // map Uri -> RustSourceFile
68
private readonly disposables: Disposable[] = [];
69
70
- private constructor(readonly ctx: Ctx) { }
+ private constructor(private readonly ctx: Ctx) { }
71
72
static create(ctx: Ctx) {
73
const self = new HintsUpdater(ctx);
0 commit comments