Skip to content

Commit c5c7a37

Browse files
committed
cxx-qt-lib-headers: enable deny missing docs
Related to KDAB#21
1 parent 9b5a1bb commit c5c7a37

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

+2
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)