Skip to content

Commit

Permalink
Disable naga-cli's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored and teoxoy committed Jan 8, 2024
1 parent 1b6207b commit a2dced1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions naga-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a2dced1

Please sign in to comment.