Move tempfile to dev-dependencies #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium
tempfileis listed under[dependencies]inCargo.tomlbut is only used in tests. It should be under[dev-dependencies].Every user who installs this binary currently compiles
tempfileunnecessarily.