mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Remove get_
prefix on getters
Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script`
This commit is contained in:
parent
c63fc4dc13
commit
435e551753
21 changed files with 62 additions and 70 deletions
|
@ -120,7 +120,7 @@ impl ActorRegistry {
|
|||
}
|
||||
|
||||
/// Get start stamp when registry was started
|
||||
pub fn get_start_stamp(&self) -> PreciseTime {
|
||||
pub fn start_stamp(&self) -> PreciseTime {
|
||||
self.start_stamp.clone()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue