microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
compiler/qsc_codegen/src/lib.rs
7lines · modeblame
669fb078Stefan J. Wernli3 years ago | 1 | // Copyright (c) Microsoft Corporation. |
| 2 | // Licensed under the MIT License. | |
| 3 | | |
e907adeeSarah Marshall3 years ago | 4 | #![warn(clippy::mod_module_files, clippy::pedantic, clippy::unwrap_used)] |
09c0a2ecStefan J. Wernli2 years ago | 5 | #![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)] |
669fb078Stefan J. Wernli3 years ago | 6 | |
4eac09acStefan J. Wernli2 years ago | 7 | pub mod qir_base; |