Skip to content

refactoring: uniform string conversion

Alexey Protsenko requested to merge chore-tostring into master
  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