rust-lang / rustdoc-types

Rustdoc's JSON output interface
Apache License 2.0
28 stars 15 forks source link

Filter out `pub use` of `FxHashMap`. #30

Closed aDotInTheVoid closed 2 months ago

aDotInTheVoid commented 2 months ago

Adapts to https://github.com/rust-lang/rust/pull/129124

Alternative to #22