Fork me on GitHub
#cursive
<
2020-12-06
>
devn12:12:42

Why is it that there is no inspection for global unused declaration, but I see fn names highlighted as being unused?

cfleming19:12:10

That one is an editor-only inspection. The one that should work for global vars is the general unused declaration inspection, but for some reason it doesn’t work and I haven’t got around to investigating it yet.