We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd24e6e + c6f661a commit 91c7c2cCopy full SHA for 91c7c2c
2 files changed
crates/rust-analyzer/src/lsp/ext.rs
@@ -858,6 +858,7 @@ pub struct InlayHintResolveData {
858
#[derive(Debug, Serialize, Deserialize)]
859
pub struct CompletionImport {
860
pub full_import_path: String,
861
+ #[serde(default)]
862
pub as_underscore: bool,
863
}
864
docs/book/src/contributing/lsp-extensions.md
@@ -1,5 +1,5 @@
1
<!---
2
-lsp/ext.rs hash: dc4ba5f417c74aa6
+lsp/ext.rs hash: edab2f3c124dc28e
3
4
If you need to change the above hash to make the test pass, please check if you
5
need to adjust this doc as well and ping this issue:
0 commit comments