this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename ingest/ingest.rs to ingest/handler.rs to make clippy stfu

+2 -2
src/ingest/ingest.rs src/ingest/handler.rs
+2 -2
src/ingest/mod.rs
··· 1 - pub mod ingest; 1 + pub mod handler; 2 2 pub mod queue; 3 - pub use self::ingest::ingest; 3 + pub use self::handler::ingest; 4 4 pub use self::queue::queue;