Skip to content

Commit 7cf2eaf

Browse files
robertoaloimeta-codesync[bot]
authored andcommitted
Do not mark deprecated functions diagnostics as experimental
Summary: Even if the `deprecated_functions` linter is not experimental, the produced diagnostics were incorrectly tagged as experimental. This caused them not to be seen. Reviewed By: alanz Differential Revision: D84829863 fbshipit-source-id: 374389a764cb13dd792ea5dbee37dd3b79b2e9e8
1 parent 7172056 commit 7cf2eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide/src/diagnostics/deprecated_function.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ fn make_diagnostic(
199199
.with_severity(severity)
200200
.deprecated()
201201
.with_uri(uri)
202-
.experimental()
203202
}
204203

205204
fn strip_quotes(s: &str) -> &str {

0 commit comments

Comments
 (0)