(self)
| 1171 | // for now and revisit when bumping the major version. |
| 1172 | #[allow(clippy::inherent_to_string_shadow_display)] |
| 1173 | pub fn to_string(self) -> String { |
| 1174 | dtype_match!(self.dtype, self.unwrap(), to_string) |
| 1175 | } |
| 1176 | } |
| 1177 | |
| 1178 | impl Series { |
no outgoing calls
no test coverage detected