1 2 3 4 5 6 7 8 9 10 11
#![allow( clippy::expect_used, clippy::unwrap_used, reason = "plugin tests intentionally fail fast with contextual setup errors" )] mod common; mod helpers; mod plugin; mod provider; mod routes;