cursive

Issues at: https://git.io/cursive-issues
devn 2020-12-06T12:59:42.342200Z

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

cfleming 2020-12-06T19:36:10.342300Z

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.