add `compile_fail` instead of `ignore` for doc test (#2970)

This commit is contained in:
Alfredo Garcia 2021-10-29 11:58:04 -03:00 committed by GitHub
parent 761782e236
commit 6b39edc74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
//!
//! # Example
//!
//! ```ignore
//! ```compile_fail
//! use zebrad::components::mempool;
//! #
//! # use zebra_chain::parameters::Network;