chore: fmt + remove dead federation module
Some checks failed
CI / Check / Test (push) Failing after 5m58s

This commit is contained in:
2026-06-02 20:44:08 +02:00
parent 62fd6682c6
commit 28170c95d4
14 changed files with 107 additions and 126 deletions

View File

@@ -6,8 +6,6 @@ pub mod worker;
pub mod auth;
pub mod diary;
#[cfg(feature = "federation")]
pub mod federation;
pub mod import;
pub mod integrations;
pub mod movies;