Skip to content

Solve compiler warnings

Wildan Mubarok requested to merge willnode/coreutils:patch-3 into master

Warnings:

  • An explicit [[bin]] section is specified in Cargo.toml which currently disables Cargo from automatically inferring other binary targets.
  • Unused imports
  • trailing semicolon in macro used in expression position
  • trait objects without an explicit dyn are deprecated
  • unused Result that must be used

Merge request reports