removed deny missing docs

This commit is contained in:
Andy Gauge 2017-09-29 16:23:16 -07:00
parent 1e161e924f
commit feb3eb3f01
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#![deny(missing_docs)]
//! BigNum implementation //! BigNum implementation
//! //!
//! Large numbers are important for a cryptographic library. OpenSSL implementation //! Large numbers are important for a cryptographic library. OpenSSL implementation