Merge pull request #19936 from ChayimFriedman2/unlinked-file-stable

fix: Stabilize unlinked file diagnostic
This commit is contained in:
Lukas Wirth 2025-06-06 05:35:02 +00:00 committed by GitHub
commit c8b0b081f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,7 @@ pub(crate) fn unlinked_file(
FileRange { file_id, range },
)
.with_unused(unused)
.stable()
.with_fixes(fixes),
);
}