mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

rustdoc-search: case-sensitive only when capitals are used This is the "smartcase" behavior, described by vim and dtolnay. Fixes https://github.com/rust-lang/rust/issues/133017