summaryrefslogtreecommitdiff
path: root/src/ui/routes/invite/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/routes/invite/mod.rs')
-rw-r--r--src/ui/routes/invite/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/routes/invite/mod.rs b/src/ui/routes/invite/mod.rs
new file mode 100644
index 0000000..50af8be
--- /dev/null
+++ b/src/ui/routes/invite/mod.rs
@@ -0,0 +1,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;