Files
Michael Howell f1d240c040 rustdoc-search: match path components on words
Since the length of a path is treated as sorting criteria, and
every path that contains the query without exactly matching it
must be longer, exact matches will always sort first if they exist.
2026-04-03 22:51:18 -07:00

8 lines
201 B
Rust

#![crate_name = "x"]
pub mod now_is_the_time_for_all_good_men_to_come_to_the_aid_of_their {
pub struct Country;
}
pub mod nowisthetimeforallgoodmentocometotheaidoftheir {
pub struct Country;
}