mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 16:34:01 +00:00
10 lines
210 B
Rust
10 lines
210 B
Rust
#[cfg(test)]
|
|
extern crate serial_test;
|
|
|
|
pub mod comment_report_view;
|
|
pub mod comment_view;
|
|
pub mod local_user_view;
|
|
pub mod post_report_view;
|
|
pub mod post_view;
|
|
pub mod private_message_view;
|
|
pub mod site_view;
|