We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9e207 commit 8c84690Copy full SHA for 8c84690
1 file changed
vortex-ffi/src/lib.rs
@@ -2,6 +2,10 @@
2
// SPDX-FileCopyrightText: Copyright the Vortex contributors
3
4
#![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
+)]
9
#![allow(
10
clippy::missing_safety_doc,
11
clippy::not_unsafe_ptr_arg_deref,
0 commit comments