Skip to content

Commit bce9844

Browse files
committed
Bug 1917746 - Fix Rust 1.82's new elided_named_lifetimes warning. r=emilio
This warning was introduced by rust-lang/rust#129207. Differential Revision: https://phabricator.services.mozilla.com/D221462 UltraBlame original commit: 22a83ceba50b60d9407cbd3afc0a620b6c5d9eed
1 parent 76a71fd commit bce9844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gfx/webrender_bindings/src/moz2d_renderer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@ u8
26852685
)
26862686
-
26872687
>
2688-
CachedReader
2688+
Self
26892689
{
26902690
CachedReader
26912691
{

servo/ports/geckolib/glue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38072,7 +38072,7 @@ PropertyValuePair
3807238072
)
3807338073
-
3807438074
>
38075-
PrioritizedPropertyIter
38075+
Self
3807638076
{
3807738077
use
3807838078
style

0 commit comments

Comments
 (0)