Fix cargo doc
diff --git a/sparse_strips/vello_dev_macros/src/lib.rs b/sparse_strips/vello_dev_macros/src/lib.rs index 9906846..70b5c18 100644 --- a/sparse_strips/vello_dev_macros/src/lib.rs +++ b/sparse_strips/vello_dev_macros/src/lib.rs
@@ -1,6 +1,8 @@ // Copyright 2025 the Vello Authors // SPDX-License-Identifier: Apache-2.0 OR MIT +#![allow(rustdoc::private_intra_doc_links, reason = "not a public-facing crate")] + //! Proc-macros for testing `vello_cpu` and `vello_hybrid`. // How much different renderers are allowed to deviate from the reference images