mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 09:40:37 +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