Skip to content

refactoring: uniform string conversion

  1. Prefer using "str".into() since it's briefer.
  2. Preserve "str".to_owned() if type inference can't help.
Edited by Alexey Protsenko

Merge request reports

Loading