Skip to content

Commit b9705d4

Browse files
committed
cxx-qt-lib-headers: enable deny missing docs
Related to #21
1 parent 99ee9ad commit b9705d4

File tree

1 file changed

+2
-0
lines changed
  • crates/cxx-qt-lib-headers/src

1 file changed

+2
-0
lines changed

crates/cxx-qt-lib-headers/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//
44
// SPDX-License-Identifier: MIT OR Apache-2.0
55

6+
#![deny(missing_docs)]
7+
68
//! 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.
79
//! This must be a separate crate from cxx-qt-lib because cxx-qt-lib cannot be a build dependency of cxx-qt-build.
810
//! Otherwise Cargo links the executable compiled from a build.rs that uses cxx-qt-build to Qt, so running

0 commit comments

Comments
 (0)