We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5a1bb commit c5c7a37Copy full SHA for c5c7a37
crates/cxx-qt-lib-headers/src/lib.rs
@@ -3,6 +3,8 @@
3
//
4
// SPDX-License-Identifier: MIT OR Apache-2.0
5
6
+#![deny(missing_docs)]
7
+
8
//! This crate is a hack so build.rs for cxx-qt-lib and cxx-qt-build both have access to cxx-qt-lib's C++ headers.
9
//! This must be a separate crate from cxx-qt-lib because cxx-qt-lib cannot be a build dependency of cxx-qt-build.
10
//! Otherwise Cargo links the executable compiled from a build.rs that uses cxx-qt-build to Qt, so running
0 commit comments