Clear any trailing ephemeral output so subsequent prints start on a fresh line. Safe to call when nothing is buffered.
(&mut self)
| 2847 | if self.is_slow(slow_threshold) && self.is_expected() { |
| 2848 | format!("{suffix} [slow]") |
| 2849 | } else { |
| 2850 | suffix |
| 2851 | } |
| 2852 | } |
| 2853 | } |
| 2854 | |
| 2855 | fn check_one_const<M: KernelMode, F>( |
| 2856 | i: usize, |
no test coverage detected