Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates the lint job definition in the tox.ini to work now that we have workspaces in the rust package. In Qiskit#459 we added a new workspace for the dedicated rust package retworkx-core. But having workspaces means that running cargo fmt outside from the tests/ directory (as we do with tox) means cargo doesn't know which workspace to run against. To correct this issue this commit adds the --all flag to the cargo fmt call in the tox job definition to ensure we're able to run from any directory in the repo and check the formatting on all the rust files in the project.
- Loading branch information