From c0aca706d25e9769fdafff8241e7c00a1365fe24 Mon Sep 17 00:00:00 2001 From: debris Date: Fri, 19 Feb 2016 00:51:17 +0100 Subject: [PATCH] removed commented out line --- sync/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sync/src/lib.rs b/sync/src/lib.rs index 2be662b65..d6bce2447 100644 --- a/sync/src/lib.rs +++ b/sync/src/lib.rs @@ -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)]