mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 21:41:43 +00:00
27be1efb74
* Rewrite ban actions * Rewrite delete/remove actions * Rewrite remove/delete community * Rewrite report actions * Rewrite feature/lock post * Rewrite update community actions * Rewrite remaining federation actions * Get rid of PerformCrud trait * clippy
3 lines
48 B
Rust
3 lines
48 B
Rust
pub mod create;
|
|
pub mod delete;
|
|
pub mod update;
|