fix build with stable rust

negative_impls feature doesn't seem to be needed
This commit is contained in:
Tomas Janousek 2022-04-18 19:18:02 +02:00
parent a7bbd93845
commit 33da311ee9

View File

@ -1,5 +1,4 @@
#![warn(clippy::all)]
#![feature(negative_impls)]
pub mod adapted_iter;
pub mod adapters;