Skip to content

Commit

Permalink
cxx-qt-lib-headers: enable deny missing docs
Browse files Browse the repository at this point in the history
Related to KDAB#21
  • Loading branch information
ahayzen-kdab committed Mar 1, 2023
1 parent dd1b357 commit 388150e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cxx-qt-lib-headers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
//
// SPDX-License-Identifier: MIT OR Apache-2.0

#![deny(missing_docs)]

//! 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.
//! This must be a separate crate from cxx-qt-lib because cxx-qt-lib cannot be a build dependency of cxx-qt-build.
//! Otherwise Cargo links the executable compiled from a build.rs that uses cxx-qt-build to Qt, so running
Expand Down

0 comments on commit 388150e

Please sign in to comment.