Skip to content

Commit d5ea519

Browse files
committed
doc search changes
1 parent 411ac6a commit d5ea519

10 files changed

Lines changed: 1838 additions & 1212 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ compiler_test_utils = { path = "compiler/test_utils" }
4242
slvm = { path = "vm" }
4343
shell = { path = "shell" }
4444
regex = "1"
45-
lazy_static = "1"
4645
mdbook = "0.4.37"
4746

4847
unicode-width = "0.2"

builtins/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ compile_state = { workspace = true }
1111
shell = { workspace = true }
1212
sl-compiler = { workspace = true }
1313
bridge_adapters = { path = "../bridge_adapters" }
14+
regex = { workspace = true }
1415
unicode-segmentation = { workspace = true }
1516
unicode_reader = { workspace = true }
1617
bridge_types = { workspace = true }

0 commit comments

Comments
 (0)