mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
Renames local variable holding a `SourceActor` instance to
`source_actor`, following the `{}_actor` convention for actor variables
as described in #43606.
Changes:
- `actors/source.rs`: `actor` → `source_actor` in
`SourceActor::register()`
Part of #43606.
Signed-off-by: thebabalola <t.babalolajoseph@gmail.com>