identity-service-api: Add crate-level docs and warn on missing docs
This commit is contained in:
parent
1bf4157a89
commit
0d617995b2
@ -1,5 +1,8 @@
|
|||||||
#![doc(html_favicon_url = "https://www.ruma.io/favicon.ico")]
|
#![doc(html_favicon_url = "https://www.ruma.io/favicon.ico")]
|
||||||
#![doc(html_logo_url = "https://www.ruma.io/images/logo.png")]
|
#![doc(html_logo_url = "https://www.ruma.io/images/logo.png")]
|
||||||
|
//! (De)serializable types for the Matrix Identity Service API.
|
||||||
|
|
||||||
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
pub mod authentication;
|
pub mod authentication;
|
||||||
pub mod keys;
|
pub mod keys;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user