(&mut self)
| 135 | // see issue #15701 <https://github.com/rust-lang/rust/issues/15701> for more information |
| 136 | #[cfg(target_family = "wasm")] |
| 137 | fn reset_start_time(&mut self) { |
| 138 | self.where_am_i_start_time = 0; // FIX: for web |
| 139 | } |
| 140 | |
| 141 | #[cfg(not(target_family = "wasm"))] |
| 142 | fn reset_start_time(&mut self) { |