qiskit/.cargo
Matthew Treinish c062dd6cf2
Fix Rustfmt and clippy with latest rust stable (#12339)
* Fix Rustfmt and clippy with latest rust stable

Running `cargo fmt` with a newer version of rust than what we use in CI
(1.77.2 and 1.78.0 locally for me) is triggering the formatting updates
in this commit. To ensure developers don't have to worry about commiting
an accidental formatting change in their commits this commit proactively
makes the change. Similarly the recent Rust 1.78 release included new
clippy rules which are flagging some small issues that our MSRV of
clippy doesn't have. This commit also fixes these as the suggestions
are good and are compatible with our MSRV of 1.70.

* Rename deprecated config file name

* Remove dead code
2024-05-06 19:08:19 +00:00
..
config.toml Fix Rustfmt and clippy with latest rust stable (#12339) 2024-05-06 19:08:19 +00:00