List struct to clonable
This commit is contained in:
@@ -18,6 +18,7 @@ fn sourcegen_lint_completions() {
|
|||||||
|
|
||||||
let mut contents = String::from(
|
let mut contents = String::from(
|
||||||
r"
|
r"
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct Lint {
|
pub struct Lint {
|
||||||
pub label: &'static str,
|
pub label: &'static str,
|
||||||
pub description: &'static str,
|
pub description: &'static str,
|
||||||
|
|||||||
Reference in New Issue
Block a user