about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-10-11 10:00:01 -0700
committerMichael Howell <michael@notriddle.com>2022-11-02 16:17:22 -0700
commit03968a802c50decefd663692906397b44a95d8f6 (patch)
tree62541cf9f1138a334db1b02b1d88747018a21660 /compiler/rustc_data_structures
parentedf0182213a9e30982eb34f3925ddc4cf5ed3471 (diff)
downloadrust-03968a802c50decefd663692906397b44a95d8f6.tar.gz
rust-03968a802c50decefd663692906397b44a95d8f6.zip
rustdoc: use ThinVec for cleaned generics
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 9daa21ef6b1..5152d5ab046 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -25,7 +25,7 @@ smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dang
 stable_deref_trait = "1.0.0"
 stacker = "0.1.14"
 tempfile = "3.2"
-thin-vec = "0.2.8"
+thin-vec = "0.2.9"
 tracing = "0.1"
 
 [dependencies.parking_lot]