From a2dced12b3c725f7a348bfc25e5e2e2f03fa8aed Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Mon, 8 Jan 2024 01:05:23 -0500 Subject: [PATCH] Disable naga-cli's docs --- naga-cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/naga-cli/Cargo.toml b/naga-cli/Cargo.toml index ad58d03b57..7b8c3024f1 100644 --- a/naga-cli/Cargo.toml +++ b/naga-cli/Cargo.toml @@ -11,6 +11,10 @@ license = "MIT OR Apache-2.0" [[bin]] name = "naga" path = "src/bin/naga.rs" +# This _must_ be false, as this conflicts with `naga`'s docs. +# +# See https://github.com/gfx-rs/wgpu/issues/4997 +doc = false test = false [dependencies]