Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338572f commit fbc81cbCopy full SHA for fbc81cb
1 file changed
rust/extractor/src/rust_analyzer.rs
@@ -95,7 +95,7 @@ impl<'a> RustAnalyzer<'a> {
95
96
ParseResult {
97
ast: source_file,
98
- text: input.text(semantics.db),
+ text: input.text(semantics.db).clone(),
99
errors,
100
semantics_info: Ok(FileSemanticInformation { file_id, semantics }),
101
}
0 commit comments