Fixing compilation on beta & stable

This commit is contained in:
Tomasz Drwięga 2016-03-10 15:20:54 +01:00
parent 9db4720162
commit 9ea3c0eba0
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
#![warn(missing_docs)]
#![cfg_attr(feature="dev", feature(plugin))]
#![cfg_attr(feature="dev", plugin(clippy))]
#![cfg_attr(all(nightly, feature="dev"), feature(plugin))]
#![cfg_attr(all(nightly, feature="dev"), plugin(clippy))]
//! Miner module
//! Keeps track of transactions and mined block.