devtools: Refactored ActorRegistry variables in lib.rs#43623
Conversation
Signed-off-by: Sabb <sarafaabbas@gmail.com>
|
Hi @Taym95 looks like one check is failing, kindly check it out |
|
You will need to run https://book.servo.org/contributing/making-a-pull-request.html#pull-request-checklist |
|
Yeah, my mind immediately tells me that, it actually skipped my mind as I've not been doing that for previous pushes... Will pay more attention to that henceforth. Can you fix it or do I need to do something about it? |
|
No worries, it happens! :) To fix it you need to go to this branch on your local checkout, run |
Signed-off-by: Sabb <sarafaabbas@gmail.com>
Head branch was pushed to by a user without write access
|
Hi @yezhizhen checking to see you don't forget to add this back |
|
I did forget. Tio many things going on. |
Refactored the lib.rs file to replace ``actors
&self.actors``` variables with ```registry``` and ```self.registry```No testing required, compiles successfully.
Part o the #43605