We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
758a762
Fixes a false positive for NoUnused.Variables: In the following code, the import of A would be reported even though it is used.
NoUnused.Variables
A
import A a = let (A.Thing subValue) = value in subValue