diff --git a/vm/src/anystr.rs b/vm/src/anystr.rs index adc60c228..d7e70e478 100644 --- a/vm/src/anystr.rs +++ b/vm/src/anystr.rs @@ -376,8 +376,8 @@ pub trait AnyStr { } } - # TODO: remove this function from anystr. - # See https://github.com/RustPython/RustPython/pull/4709/files#r1141013993 + // TODO: remove this function from anystr. + // See https://github.com/RustPython/RustPython/pull/4709/files#r1141013993 fn py_bytes_splitlines(&self, options: SplitLinesArgs, into_wrapper: FW) -> Vec where FW: Fn(&Self) -> W,