diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-16 12:19:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-16 16:32:06 +0200 |
| commit | a2a4f2bcb59115e5e7fbdeb1fbe1f261999b7bd6 (patch) | |
| tree | f44ad8466a6ce078b089cb6d2b15ae8d10bb0544 /src | |
| parent | 27b93da8de2477b3a41811b0ee486cffa99fa00e (diff) | |
| download | rust-a2a4f2bcb59115e5e7fbdeb1fbe1f261999b7bd6.tar.gz rust-a2a4f2bcb59115e5e7fbdeb1fbe1f261999b7bd6.zip | |
Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/run-make-support/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/run-make-support/src/lib.rs b/src/tools/run-make-support/src/lib.rs index 4bef4f05007..fc20fd3b2e8 100644 --- a/src/tools/run-make-support/src/lib.rs +++ b/src/tools/run-make-support/src/lib.rs @@ -38,6 +38,7 @@ pub use bstr; pub use gimli; pub use object; pub use regex; +pub use serde_json; pub use wasmparser; // Re-exports of external dependencies. |
