mdbook/crates/mdbook-html/src/html_handlebars/helpers/mod.rs
Eric Huss f6c062fc98 Enable unreachable_pub
This lint can help make it clearer which items are actually exposed in
the public API.
2025-07-25 09:02:55 -07:00

4 lines
95 B
Rust

pub(crate) mod navigation;
pub(crate) mod resources;
pub(crate) mod theme;
pub(crate) mod toc;