Skip to content

Commit 330eaf3

Browse files
authored
Add TODO comment to remove py_bytes_splitlines
1 parent 8bfbfe3 commit 330eaf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vm/src/anystr.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ pub trait AnyStr {
376376
}
377377
}
378378

379+
# TODO: remove this function from anystr.
380+
# See https://github.com/RustPython/RustPython/pull/4709/files#r1141013993
379381
fn py_bytes_splitlines<FW, W>(&self, options: SplitLinesArgs, into_wrapper: FW) -> Vec<W>
380382
where
381383
FW: Fn(&Self) -> W,

0 commit comments

Comments
 (0)