Skip to content

Commit c8b0b08

Browse files
authored
Merge pull request #19936 from ChayimFriedman2/unlinked-file-stable
fix: Stabilize unlinked file diagnostic
2 parents d2c0de2 + 903a0db commit c8b0b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/unlinked_file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ pub(crate) fn unlinked_file(
6969
FileRange { file_id, range },
7070
)
7171
.with_unused(unused)
72+
.stable()
7273
.with_fixes(fixes),
7374
);
7475
}

0 commit comments

Comments
 (0)