summaryrefslogtreecommitdiff
path: root/src/ui/routes/invite/mod.rs
blob: 50af8be9edfa558f9e4c038a82a986158be6dac7 (plain)
1
2
3
4
// In this case, the first redundant `invite` is a literal path segment, and the
// second `invite` reflects a placeholder.
#[allow(clippy::module_inception)]
pub mod invite;