From 33da311ee9373f2463eb4397ae304c8733f6fce4 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 18 Apr 2022 19:18:02 +0200 Subject: [PATCH] fix build with stable rust negative_impls feature doesn't seem to be needed --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7aa06db..5b77ba4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![warn(clippy::all)] -#![feature(negative_impls)] pub mod adapted_iter; pub mod adapters;