mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(doc): deny doc broken links crate-wide
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
//! Welcome the the tfhe.rs `boolean` module documentation!
|
||||
//!
|
||||
//! # Description
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
#[cfg(feature = "boolean-c-api")]
|
||||
pub mod boolean;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
//! Welcome to the tfhe.rs `core_crypto` module documentation!
|
||||
//!
|
||||
//! This library contains a set of low-level primitives which can be used to implement *Fully
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#![cfg_attr(feature = "__wasm_api", allow(dead_code))]
|
||||
#![cfg_attr(feature = "nightly-avx512", feature(stdsimd, avx512_target_feature))]
|
||||
#![deny(rustdoc::broken_intra_doc_links)]
|
||||
|
||||
#[cfg(feature = "__c_api")]
|
||||
pub mod c_api;
|
||||
|
||||
Reference in New Issue
Block a user