Skip to content

Commit

Permalink
Explicitly enable rustc-hash in rustdoc-types too.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jan 16, 2025
1 parent cff63b4 commit 2c8290d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ default = []
# definitely increases the memory usage
rayon = ["dep:rayon"]
# Use rustc-hash::{FxHashMap, FxHashSet} internally for improved performance
rustc-hash = ["dep:rustc-hash"]
rustc-hash = ["dep:rustc-hash", "rustdoc-types/rustc-hash"]

[[bench]]
name = "indexed_crate"
Expand Down

0 comments on commit 2c8290d

Please sign in to comment.