Home
last modified time | relevance | path

Searched defs:module_sorting (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/librustdoc/
Dconfig.rs224 pub(crate) module_sorting: ModuleSorting, field
660 let module_sorting = if matches.opt_present("sort-modules-by-appearance") { in from_matches() localVariable
/third_party/rust/rust/src/librustdoc/html/render/
Dcontext.rs105 pub(super) module_sorting: ModuleSorting, field