mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 05:20:48 +00:00
rustdoc-search: use lowercase, non-normalized name for type search The type name ID map has underscores in its names, so the query element should have them, too. Fixes #125993