Disable running docs example for test harness

This commit is contained in:
Paul Hauner 2019-04-25 12:25:01 +10:00
parent 0bb9c59b47
commit a76b24e274
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -8,7 +8,7 @@
//! producing blocks and attestations.
//!
//! Example:
//! ```
//! ```rust,no_run
//! use test_harness::BeaconChainHarness;
//! use types::ChainSpec;
//!