`forc build` linter issues - always says unused

ofc I am using these vars by saying storage.balances

1 Like

Hi there @buddy-brontosaurus
Thanks for sharing, I think I faced this as well :sweat_smile:

I’ve taken this to ide and linter devs and let you know once I have something for you!

:fuelpump:

1 Like

Hi there!
It seems to be a know compiler issue.
Please see the github issue.

It’s reasonable to assume that storage variables that are only written but not read are generally indicative of a bug. I just worry that we still don’t have a way to silence specific warnings.