lazy.nvim/lua
pynappo 52b9524548
Removed redundant equality check for performance
A valid local import spec never has `spec.import == M.LOCAL_SPEC`
because by the time we do the check, we know that `find_local_spec()`
succeeded (if it didn't, the spec:cond() check would have failed). Thus
we only need to check if the modname ends with `'/' .. M.LOCAL_SPEC`.
2024-06-15 19:14:36 -07:00
..
lazy Removed redundant equality check for performance 2024-06-15 19:14:36 -07:00