mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
clippy lint
This commit is contained in:
parent
ba97005495
commit
fd4fd12fa3
7 changed files with 10 additions and 10 deletions
|
@ -841,7 +841,7 @@ impl HighlightConfiguration {
|
|||
}
|
||||
|
||||
let highlight_indices = vec![None; query.capture_names().len()];
|
||||
Ok(HighlightConfiguration {
|
||||
Ok(Self {
|
||||
language,
|
||||
query,
|
||||
combined_injections_query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue