Skip to content

Commit fbc81cb

Browse files
committed
Rust: fix compilation errors
1 parent 338572f commit fbc81cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/extractor/src/rust_analyzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl<'a> RustAnalyzer<'a> {
9595

9696
ParseResult {
9797
ast: source_file,
98-
text: input.text(semantics.db),
98+
text: input.text(semantics.db).clone(),
9999
errors,
100100
semantics_info: Ok(FileSemanticInformation { file_id, semantics }),
101101
}

0 commit comments

Comments
 (0)