pub fn replace_module_token(line: &str, from: &str, to: &str) -> (String, bool)
Replace standalone from module token occurrences in line with to.
from
line
to
Returns (rewritten_line, changed).
(rewritten_line, changed)