removed commented lines

This commit is contained in:
debris 2016-01-19 12:05:53 +01:00
parent 9fa4a693ce
commit 03bdecf23f
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#![feature(op_assign_traits)] #![feature(op_assign_traits)]
#![feature(augmented_assignments)] #![feature(augmented_assignments)]
#![feature(associated_consts)] #![feature(associated_consts)]
//#![feature(wrapping)]
//! Ethcore-util library //! Ethcore-util library
//! //!
//! ### Rust version: //! ### Rust version:

View File

@ -23,7 +23,6 @@
use standard::*; use standard::*;
use from_json::*; use from_json::*;
//use std::num::wrapping::OverflowingOps;
macro_rules! impl_map_from { macro_rules! impl_map_from {
($thing:ident, $from:ty, $to:ty) => { ($thing:ident, $from:ty, $to:ty) => {