Skip to content

Commit

Permalink
cxx-qt-build: 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 2, 2023
1 parent 41ff8a9 commit fa26bde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/cxx-qt-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
// SPDX-FileContributor: Gerhard de Clercq <[email protected]>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

#![deny(missing_docs)]

//! This crate provides a builder which parses given Rust source code to search
//! for CXX-Qt or CXX macros and generate any resulting C++ code. It also builds
//! the C++ code into a binary with any cxx-qt-lib code and Qt linked.
use convert_case::{Case, Casing};
use quote::ToTokens;
use std::{
Expand Down

0 comments on commit fa26bde

Please sign in to comment.