Fix warnings: docs

This commit is contained in:
adria0
2020-07-29 11:06:34 +02:00
committed by Artem Vorotnikov
parent c5aed5bab1
commit 725073a683
5 changed files with 19 additions and 15 deletions

View File

@@ -14,7 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with Parity Ethereum. If not, see <http://www.gnu.org/licenses/>.
#![warn(missing_docs, unused_extern_crates)]
#![allow(missing_docs)]
#![warn(unused_extern_crates)]
//! Ethcore library
//!