Set the new line number.
(mut self, line_num: usize)
| 511 | |
| 512 | /// Set the new line number. |
| 513 | pub fn with_new_line_num(mut self, line_num: usize) -> Self { |
| 514 | self.new_line_num = Some(line_num); |
| 515 | self |
| 516 | } |
| 517 | |
| 518 | /// Get the old line number. |
| 519 | #[inline] |
no outgoing calls
no test coverage detected