utils compilable in beta

This commit is contained in:
arkpar
2016-02-18 23:29:41 +01:00
parent 704d6bd069
commit af8ba06795
10 changed files with 75 additions and 196 deletions

View File

@@ -15,8 +15,6 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
#![warn(missing_docs)]
#![feature(cell_extras)]
#![feature(augmented_assignments)]
#![cfg_attr(feature="dev", feature(plugin))]
#![cfg_attr(feature="dev", plugin(clippy))]
// TODO [todr] not really sure