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,