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.
2 parents 6acff6c + 14cb64c commit 9fc1b90Copy full SHA for 9fc1b90
crates/ide-diagnostics/src/handlers/json_is_not_rust.rs
@@ -135,6 +135,7 @@ pub(crate) fn json_in_items(
135
"JSON syntax is not valid as a Rust item",
136
FileRange { file_id: vfs_file_id, range },
137
)
138
+ .stable()
139
.with_fixes(Some(vec![{
140
let mut scb = SourceChangeBuilder::new(vfs_file_id);
141
let scope = scb.make_import_scope_mut(import_scope);
0 commit comments