From cac677abb3b73f1211b043c9b0d2b05887d49fb1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Jul 2021 22:35:44 +0100 Subject: [PATCH] docs: Drop a now-stabilised feature declaration Signed-off-by: Ian Jackson --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 14363c9f..1a08f1d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,6 @@ // There is NO WARRANTY. #![feature(min_type_alias_impl_trait)] -#![feature(io_into_inner_error_parts)] #![allow(clippy::redundant_closure_call)] pub mod imports; -- 2.30.2