clippy
This commit is contained in:
parent
ccf1d7f8a5
commit
8bbc0a8c56
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ fn get_post(
|
|||
page_title: Some(format!("Post: {}", title)),
|
||||
page_desc: Some(format!("Blog d'{name}")),
|
||||
page_kw: Some(
|
||||
vec!["blog", "blogging", "write", "writing"]
|
||||
["blog", "blogging", "write", "writing"]
|
||||
.iter()
|
||||
.map(|&tag| tag.to_owned())
|
||||
.chain(tags.into_iter().map(|t| t.name))
|
||||
|
|
Loading…
Reference in a new issue