qir-alliance / pyqir

PyQIR is a set of APIs for generating, parsing, and evaluating Quantum Intermediate Representation (QIR).
https://qir-alliance.github.io/pyqir
MIT License
54 stars 24 forks source link

Fix lint: update println! to new syntax #243

Closed sezna closed 11 months ago

sezna commented 12 months ago

There's been a new println syntax introduced to Rust, and clippy was warning me about this.