You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(detection): support multi-line trait use statements
Fixes issue #129: trait use statements formatted across multiple lines were
not being detected, causing false "not used" warnings on their imports.
- Handle multi-line trait use by continuing to read lines until ; or { is found
- Same pattern used for multi-line grouped namespace imports
- Add test for multi-line trait use detection
0 commit comments