mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
424e44af00
Remove an unused dependency that made `rustdoc` crash Whilst struggling with https://github.com/rust-lang/rust/issues/79980 I discovered that this dependency was unused, and that made rustdoc crash. This PR removes it.