-
I'm just curious if I am misunderstanding F841 - unused variables. In my mind, since I have all of F selected, if I create a variable However, this only appears to work with unused locals in a func body. Is this the intended functionality? |
Beta Was this translation helpful? Give feedback.
Answered by
ntBre
Jan 29, 2025
Replies: 1 comment 1 reply
-
It looks like the docs do say "unused variables in function scopes." I think the reasoning for this is that variables at the global/module scope could be intended for export/usage in other modules. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ionztorm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the docs do say "unused variables in function scopes." I think the reasoning for this is that variables at the global/module scope could be intended for export/usage in other modules.