List struct to clonable

This commit is contained in:
k-nasa 2021-12-17 08:33:46 +09:00
parent f79f3db7b7
commit 4e6e65dd71

View File

@ -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,