Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Feb 1, 2025
1 parent bd0d75e commit 38dcfb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub(crate) fn operation_on_closed_io(
for reference_id in binding.references() {
let reference = semantic.reference(reference_id);

if reference.end() < with.start() {
if reference.end() <= with.end() {
continue;
}

Expand Down

0 comments on commit 38dcfb3

Please sign in to comment.