mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
List struct to clonable
This commit is contained in:
parent
f79f3db7b7
commit
4e6e65dd71
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue