Remove unstable and test feature flags

This commit is contained in:
Michael Vines
2019-03-04 09:00:52 -08:00
parent bb774173bb
commit d708982f27
7 changed files with 6 additions and 10 deletions

View File

@ -6,7 +6,6 @@
//! (see [ThinClient](thin_client/struct.ThinClient.html)) to interact with them.
//!
#![cfg_attr(feature = "unstable", feature(test))]
pub mod bank_forks;
pub mod banking_stage;
pub mod blob_fetch_stage;