fight unuseds, sessions endpoint

This commit is contained in:
2026-02-24 01:42:19 +01:00
parent ee7ed48144
commit 1e7866a293
11 changed files with 59 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
pub mod names;
#[allow(unused)]
pub struct Person;

View File

@@ -1 +1,2 @@
#[allow(unused)]
pub struct Name;