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]