removed commented out line

This commit is contained in:
debris 2016-02-19 00:51:17 +01:00
parent 19a3daf533
commit c0aca706d2
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#![warn(missing_docs)]
#![cfg_attr(feature="dev", feature(plugin))]
#![cfg_attr(feature="dev", plugin(clippy))]
//#![feature(augmented_assignments)]
// Keeps consistency (all lines with `.clone()`) and helpful when changing ref to non-ref.
#![allow(clone_on_copy)]