mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Fix rust linter errors
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user