Unused fields in a struct should not be reported as errors #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Static analysis misses the use of
sin:(I wanted to implement a substring() function, this is a minimized code example.)
Code:
Error:
Fixed in
cli/q@049498c96b.Test is ignore-unused-field.q
Unused value 's'to "Unused value" error for unused fields in a struct should be ignored"Unused value" error for unused fields in a struct should be ignoredto Unused fields in a struct should not be reported as errorsThx!