Apply suggestions from code review
Co-authored-by: Lee Cannon <leecannon@leecannon.xyz>
This commit is contained in:
parent
4b042a562a
commit
283ca0006d
@ -343,7 +343,7 @@ fn declToCompletion(context: DeclToCompletionContext, decl_handle: Analyser.Decl
|
|||||||
.{ "WINNT", {} },
|
.{ "WINNT", {} },
|
||||||
.{ "WIN64", {} },
|
.{ "WIN64", {} },
|
||||||
});
|
});
|
||||||
if (exclusions.has("name")) return;
|
if (exclusions.has(name)) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (decl_handle.decl.*) {
|
switch (decl_handle.decl.*) {
|
||||||
|
Loading…
Reference in New Issue
Block a user