Amanda Graven 97937d384c Typo corrections
The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
2021-06-01 12:45:34 +02:00

5 lines
141 B
Rust

//! Endpoints to retrieve and accept terms of service of an identity server.
pub mod accept_terms_of_service;
pub mod get_terms_of_service;