Browse Source

Request warning for missing docs

pull/3/head
Cesar Eduardo Barros 9 years ago
parent
commit
eb2c5c69b6
  1. 2
      src/lib.rs

2
src/lib.rs

@ -7,6 +7,8 @@
//! A pure Rust implementation of BLAKE2 based on RFC 7693.
#![warn(missing_docs)]
#![cfg_attr(feature = "clippy", feature(plugin))]
#![cfg_attr(feature = "clippy", plugin(clippy))]
#![cfg_attr(feature = "clippy", warn(clippy_pedantic))]

Loading…
Cancel
Save