… and rename from tests to it (integration tests). This allows enabling the mod_module_files lint everywhere again.
13 lines
252 B
Rust
13 lines
252 B
Rust
#![cfg(feature = "api")]
|
|
#![allow(unreachable_pub)]
|
|
|
|
mod conversions;
|
|
mod default_status;
|
|
mod header_override;
|
|
mod manual_endpoint_impl;
|
|
mod no_fields;
|
|
mod optional_headers;
|
|
mod required_headers;
|
|
mod ruma_api;
|
|
mod ruma_api_macros;
|
|
mod status_override;
|