Skip to content

Commit 0fe8a2f

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 332cdd6 commit 0fe8a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gfx/webrender_bindings/src/moz2d_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ u8
14471447
)
14481448
-
14491449
>
1450-
CachedReader
1450+
Self
14511451
{
14521452
CachedReader
14531453
{

servo/ports/geckolib/glue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34755,7 +34755,7 @@ PropertyValuePair
3475534755
)
3475634756
-
3475734757
>
34758-
PrioritizedPropertyIter
34758+
Self
3475934759
{
3476034760
use
3476134761
style

0 commit comments

Comments
 (0)