Clippy happy

This commit is contained in:
danielSanchezQ 2024-08-01 16:04:04 +02:00
parent 4518e23177
commit 723db30847
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ mod test {
[0].into_iter().collect()
}
fn is_allowed(&self, id: &Self::Id) -> bool {
fn is_allowed(&self, _id: &Self::Id) -> bool {
true
}