Skip to content

Commit

Permalink
Fix nightly warning elided_named_lifetimes (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 16, 2024
1 parent 9492b9a commit 2cba78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/pattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl<'a> Pattern<'a> {
quality: FilterQuality,
opacity: f32,
transform: Transform,
) -> Shader {
) -> Shader<'a> {
Shader::Pattern(Pattern {
pixmap,
spread_mode,
Expand Down

0 comments on commit 2cba78f

Please sign in to comment.