mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
ci: fix clippy lint
This commit is contained in:
parent
7770b71ae3
commit
5567293fcd
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ pub struct Preferences {
|
|||
pub hide_score: String,
|
||||
}
|
||||
|
||||
fn serialize_vec_with_plus<S>(vec: &Vec<String>, serializer: S) -> Result<S::Ok, S::Error>
|
||||
fn serialize_vec_with_plus<S>(vec: &[String], serializer: S) -> Result<S::Ok, S::Error>
|
||||
where
|
||||
S: Serializer,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue