Skip to content

Commit d832570

Browse files
committed
rustdoc: redesign toolbar with a separate "Search" button
1 parent fce0e74 commit d832570

File tree

147 files changed

+8781
-5114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+8781
-5114
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4811,6 +4811,7 @@ dependencies = [
48114811
"serde_json",
48124812
"sha2",
48134813
"smallvec",
4814+
"stringdex",
48144815
"tempfile",
48154816
"threadpool",
48164817
"tracing",
@@ -5224,6 +5225,15 @@ dependencies = [
52245225
"quote",
52255226
]
52265227

5228+
[[package]]
5229+
name = "stringdex"
5230+
version = "0.0.1-alpha2"
5231+
source = "registry+https://github.com/rust-lang/crates.io-index"
5232+
checksum = "e41326d1a9d50044cda62652768736b37f0933bdf2c44a10d044c7f559a9c81b"
5233+
dependencies = [
5234+
"stacker",
5235+
]
5236+
52275237
[[package]]
52285238
name = "strsim"
52295239
version = "0.11.1"

0 commit comments

Comments
 (0)