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.
5 lines
141 B
Rust
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;
|