Require documentation on reader public items.

This commit is contained in:
Jakob Stoklund Olesen
2016-10-26 17:43:18 -07:00
parent 447baf015e
commit e2418c6ec9
4 changed files with 21 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
//! The cton_reader library supports reading .cton files. This functionality is needed for testing
//! Cretonne, but is not essential for a JIT compiler.
#![deny(missing_docs)]
extern crate cretonne;
pub use error::{Location, Result, Error};