Add TODO comment to remove py_bytes_splitlines

This commit is contained in:
Jeong YunWon
2023-03-19 00:42:04 +09:00
committed by GitHub
parent 8bfbfe3e46
commit 330eaf3ed6

View File

@@ -376,6 +376,8 @@ pub trait AnyStr {
}
}
# TODO: remove this function from anystr.
# See https://github.com/RustPython/RustPython/pull/4709/files#r1141013993
fn py_bytes_splitlines<FW, W>(&self, options: SplitLinesArgs, into_wrapper: FW) -> Vec<W>
where
FW: Fn(&Self) -> W,