mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-08 16:40:00 +02:00
fix clippy lints
This commit is contained in:
parent
3138d664d6
commit
b73448b189
2 changed files with 4 additions and 10 deletions
|
@ -191,7 +191,7 @@ impl GrabberConfig {
|
|||
}
|
||||
}
|
||||
|
||||
fn split_values<'a>(values: &'a str) -> Vec<&'a str> {
|
||||
fn split_values(values: &str) -> Vec<&str> {
|
||||
values.split('|').map(|s| s.trim()).collect()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue