Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/src/tests/sourcegen_lints.rs')
-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,