Browse Source

Build docs.rs docs with all features enabled (#3794)

pull/3796/head
José Julián Espina 3 weeks ago committed by GitHub
parent
commit
f2b9c83ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      cli/Cargo.toml
  2. 3
      core/ast/Cargo.toml
  3. 3
      core/engine/Cargo.toml
  4. 3
      core/gc/Cargo.toml
  5. 3
      core/icu_provider/Cargo.toml
  6. 3
      core/interner/Cargo.toml
  7. 3
      core/interop/Cargo.toml
  8. 3
      core/macros/Cargo.toml
  9. 3
      core/parser/Cargo.toml
  10. 3
      core/profiler/Cargo.toml
  11. 3
      core/runtime/Cargo.toml
  12. 3
      examples/Cargo.toml
  13. 3
      ffi/wasm/Cargo.toml
  14. 3
      tests/Cargo.toml
  15. 4
      tests/fuzz/Cargo.toml
  16. 3
      tests/macros/Cargo.toml
  17. 3
      tests/tester/Cargo.toml
  18. 3
      tools/gen-icu4x-data/Cargo.toml
  19. 3
      tools/scripts/Cargo.toml

3
cli/Cargo.toml

@ -39,3 +39,6 @@ path = "src/main.rs"
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/ast/Cargo.toml

@ -26,3 +26,6 @@ indexmap.workspace = true
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/engine/Cargo.toml

@ -153,3 +153,6 @@ harness = false
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/gc/Cargo.toml

@ -26,3 +26,6 @@ icu_locid = { workspace = true, optional = true }
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/icu_provider/Cargo.toml

@ -22,3 +22,6 @@ std = ["once_cell/std"]
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/interner/Cargo.toml

@ -28,3 +28,6 @@ hashbrown = { workspace = true, default-features = false, features = ["inline-mo
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/interop/Cargo.toml

@ -17,3 +17,6 @@ rustc-hash = { workspace = true, features = ["std"] }
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/macros/Cargo.toml

@ -19,3 +19,6 @@ synstructure = "0.13"
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/parser/Cargo.toml

@ -28,3 +28,6 @@ annex-b = []
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/profiler/Cargo.toml

@ -20,3 +20,6 @@ rustc-hash = { workspace = true, optional = true }
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
core/runtime/Cargo.toml

@ -21,3 +21,6 @@ textwrap.workspace = true
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
examples/Cargo.toml

@ -56,3 +56,6 @@ suspicious = "warn"
style = "warn"
complexity = "warn"
perf = "warn"
[package.metadata.docs.rs]
all-features = true

3
ffi/wasm/Cargo.toml

@ -30,3 +30,6 @@ bench = false
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
tests/Cargo.toml

@ -10,3 +10,6 @@ authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true

4
tests/fuzz/Cargo.toml

@ -39,4 +39,6 @@ doc = false
name = "bytecompiler-implied"
path = "fuzz_targets/bytecompiler-implied.rs"
test = false
doc = false
doc = false
[package.metadata.docs.rs]
all-features = true

3
tests/macros/Cargo.toml

@ -16,3 +16,6 @@ boa_engine.workspace = true
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
tests/tester/Cargo.toml

@ -36,3 +36,6 @@ default = ["boa_engine/intl_bundled", "boa_engine/experimental", "boa_engine/ann
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
tools/gen-icu4x-data/Cargo.toml

@ -30,3 +30,6 @@ icu_segmenter = { workspace = true, features = ["datagen"] }
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

3
tools/scripts/Cargo.toml

@ -12,3 +12,6 @@ simple_logger.workspace = true
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true

Loading…
Cancel
Save