this repo has no description

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

vielle.dev 3a1ce8e0 545d0653

verified
+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;