🔧 Fix rust linter errors

This commit is contained in:
Belén Albeza
2025-11-03 10:43:35 +01:00
parent 8a0fddf1e4
commit 4ab6ecec21
6 changed files with 10 additions and 29 deletions

View File

@@ -573,7 +573,7 @@ impl Shape {
(added, removed)
}
pub fn fills(&self) -> std::slice::Iter<Fill> {
pub fn fills(&self) -> std::slice::Iter<'_, Fill> {
self.fills.iter()
}