Skip to content

Commit 2e4ff72

Browse files
authored
Update anystr.rs
1 parent 1218ddd commit 2e4ff72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/anystr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +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
379+
// TODO: remove this function from anystr.
380+
// See https://github.com/RustPython/RustPython/pull/4709/files#r1141013993
381381
fn py_bytes_splitlines<FW, W>(&self, options: SplitLinesArgs, into_wrapper: FW) -> Vec<W>
382382
where
383383
FW: Fn(&Self) -> W,

0 commit comments

Comments
 (0)