Skip to content

Code cleanup

Jeremy Soller requested to merge stratact:cleanup into master

Created by: stratact

In the shell:

  • Described what the help argument is used for in the doc comments
  • Reduce lines of code by idiomizing in Rust more
  • Removed unneeded cloning, because cloning a &str is not necessary to use to_string().

Merge request reports