rust/tests/rustdoc-js/case.rs
Michael Howell 71ed455958 rustdoc-search: case-sensitive only when capitals are used
This is the "smartcase" behavior, described by vim and dtolnay.

(cherry picked from commit 32500aa8e0)
2024-11-15 09:56:23 -08:00

7 lines
97 B
Rust

#![allow(nonstandard_style)]
/// Docs for Foo
pub struct Foo;
/// Docs for foo
pub struct foo;