microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.1.3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

compiler/qsc_codegen/src/lib.rs

7lines · modeblame

669fb078Stefan J. Wernli3 years ago1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
e907adeeSarah Marshall3 years ago4#![warn(clippy::mod_module_files, clippy::pedantic, clippy::unwrap_used)]
09c0a2ecStefan J. Wernli2 years ago5#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)]
669fb078Stefan J. Wernli3 years ago6
4eac09acStefan J. Wernli2 years ago7pub mod qir_base;