From 4e6e65dd716b18c0c99255c06807973f5681397c Mon Sep 17 00:00:00 2001 From: k-nasa Date: Fri, 17 Dec 2021 08:33:46 +0900 Subject: [PATCH] List struct to clonable --- crates/ide_db/src/tests/sourcegen_lints.rs | 1 + 1 file changed, 1 insertion(+) 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,