Skip to content

Commit 8c84690

Browse files
committed
docs
Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent 6b9e207 commit 8c84690

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vortex-ffi/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

44
#![deny(missing_docs)]
5+
#![allow(
6+
rustdoc::private_intra_doc_links,
7+
reason = "FFI wrapper macros document C symbols whose opaque handle types live in private Rust modules."
8+
)]
59
#![allow(
610
clippy::missing_safety_doc,
711
clippy::not_unsafe_ptr_arg_deref,

0 commit comments

Comments
 (0)