rust/src
Nadir Fejzic f7af8bf2c1 Handle --no-deps flag same as --fix flag.
As proposed in the pull request thread, there is some inconsistency in
handling the `--no-deps` flag which requires `--` before it, and
`--fix` flag which does not.
In this commit the `--no-deps` flag does not need the `--` anymore.
However, it can still be used that way: `cargo clipyy -- --no-deps`.
2021-07-27 11:13:42 +02:00
..
driver.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-05-06 11:32:03 +02:00
main.rs Handle --no-deps flag same as --fix flag. 2021-07-27 11:13:42 +02:00