Unnamed repository; edit this file 'description' to name the repository.
List struct to clonable
k-nasa 2021-12-17
parent f79f3db · commit 4e6e65d
-rw-r--r--crates/ide_db/src/tests/sourcegen_lints.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_db/src/tests/sourcegen_lints.rs b/crates/ide_db/src/tests/sourcegen_lints.rs
index 3c7587635f..9e2b8b9683 100644
--- a/crates/ide_db/src/tests/sourcegen_lints.rs
+++ b/crates/ide_db/src/tests/sourcegen_lints.rs
@@ -18,6 +18,7 @@ fn sourcegen_lint_completions() {
let mut contents = String::from(
r"
+#[derive(Clone)]
pub struct Lint {
pub label: &'static str,
pub description: &'static str,