Stabilize unlinked file diagnostic

This commit is contained in:
Chayim Refael Friedman 2025-06-06 03:55:57 +03:00
parent d2c0de2b0e
commit 903a0db6f3

View file

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