mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
11 lines
221 B
Rust
11 lines
221 B
Rust
#![allow(
|
|
clippy::absolute_paths,
|
|
reason = "This test module prefers explicit type paths over extra imports."
|
|
)]
|
|
|
|
mod api;
|
|
mod event_pagination;
|
|
mod helpers;
|
|
mod openapi_conformance;
|
|
mod pagination;
|
|
mod scenario;
|