Warn on missing docs.

This commit is contained in:
Jimmy Cuadra 2016-12-30 05:04:23 -08:00
parent 5ef1a08d07
commit 9c1dd9e51f

View File

@ -3,6 +3,7 @@
//! shared by client and server code.
#![feature(proc_macro)]
#![warn(missing_docs)]
extern crate ruma_api;
extern crate ruma_events;