chore: remove --cfg docsrs to fix docs.rs builds (#14347)

This commit is contained in:
Fabian-Lars
2025-10-22 11:33:30 +02:00
committed by GitHub
parent cdc5594286
commit 4b6b8690ab
7 changed files with 10 additions and 13 deletions

View File

@@ -98,7 +98,7 @@ You can use `cargo install --path . --debug` to speed up test builds.
You can build the Rust documentation locally running the following script:
```bash
$ RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --open
$ cargo +nightly doc --all-features --open
```
### Developing the JS API