Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cargo clippy and rustfmt for Rust 1.79 (Qiskit#12710)
After the recently merged Qiskit#12543 when working with Rust 1.79 cargo fmt makes a small formatting change that rust 1.70 wouldn't and clippy makes flags a &Vec<_> that should be a slice &[_] instead. This commit makes these two small chagnes so they're not an issue for people building with the latest stable version of rust, not just our MSRV.
- Loading branch information