We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5665e5 commit 41f5de1Copy full SHA for 41f5de1
crates/ide-diagnostics/src/handlers/unlinked_file.rs
@@ -69,6 +69,7 @@ pub(crate) fn unlinked_file(
69
FileRange { file_id, range },
70
)
71
.with_unused(unused)
72
+ .stable()
73
.with_fixes(fixes),
74
);
75
}
0 commit comments