Skip to content

Commit 4e6e65d

Browse files
committed
List struct to clonable
1 parent f79f3db commit 4e6e65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide_db/src/tests/sourcegen_lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ fn sourcegen_lint_completions() {
1818

1919
let mut contents = String::from(
2020
r"
21+
#[derive(Clone)]
2122
pub struct Lint {
2223
pub label: &'static str,
2324
pub description: &'static str,

0 commit comments

Comments
 (0)