Skip to content

Commit 2463ac0

Browse files
committed
cxx-qt-build: enable deny missing docs
Related to #21
1 parent ef0531a commit 2463ac0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// SPDX-FileContributor: Gerhard de Clercq <[email protected]>
55
//
66
// SPDX-License-Identifier: MIT OR Apache-2.0
7+
8+
#![deny(missing_docs)]
9+
10+
//! This crate provides a builder which parses given Rust source code to search
11+
//! for CXX-Qt or CXX macros and generate any resulting C++ code. It also builds
12+
//! the C++ code into a binary with any cxx-qt-lib code and Qt linked.
13+
714
use convert_case::{Case, Casing};
815
use quote::ToTokens;
916
use std::{

0 commit comments

Comments
 (0)