Closed nyurik closed 7 months ago
Move two init functions into BackwardMatchMut, moving one of them from another file.
init
Note that init_backward was not public, so in order to use it but not expose outside, it was marked as pub(crate)
init_backward
pub(crate)
lgtm
Move two
init
functions into BackwardMatchMut, moving one of them from another file.Note that
init_backward
was not public, so in order to use it but not expose outside, it was marked aspub(crate)