abrown opened Issue #1947:
By chance I noticed that Cargo emits a bunch of warnings while building the documentation for the Wasmtime crates; see https://github.com/bytecodealliance/wasmtime/pull/1942/checks#step:4:420 for an example. Glancing at these warnings, they will likely lead to broken links in the documentation which isn't a major issue but should be fixed at some point.
I'm opening this to discuss options:
- just fix the warnings
- fix the warnings and then change the CI scripts to fail on doc warnings to avoid future errors
cc: @sunfishcode, @alexcrichton
alexcrichton closed Issue #1947:
By chance I noticed that Cargo emits a bunch of warnings while building the documentation for the Wasmtime crates; see https://github.com/bytecodealliance/wasmtime/pull/1942/checks#step:4:420 for an example. Glancing at these warnings, they will likely lead to broken links in the documentation which isn't a major issue but should be fixed at some point.
I'm opening this to discuss options:
- just fix the warnings
- fix the warnings and then change the CI scripts to fail on doc warnings to avoid future errors
cc: @sunfishcode, @alexcrichton
Last updated: Nov 22 2024 at 17:03 UTC