Make HighlightConfiguration::configure use into iterator instead of a Vec<String>
This commit is contained in:
parent
12207c1f70
commit
9feca80b08
4 changed files with 10 additions and 6 deletions
|
|
@ -50,7 +50,7 @@ pub fn get_highlight_config(
|
|||
&locals_query,
|
||||
)
|
||||
.unwrap();
|
||||
result.configure(highlight_names);
|
||||
result.configure(&highlight_names);
|
||||
result
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue