From ac3e26950a9764a2a3522dca01fb909e635394f0 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 29 Jun 2023 01:54:04 -0400 Subject: [PATCH] Forgot to remove these features --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index a85161b..433edec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,8 +1,6 @@ #![doc = include_str!("../README.md")] #![deny(unsafe_code)] -#![feature(auto_traits)] #![feature(doc_auto_cfg)] -#![feature(negative_impls)] mod context; pub use context::{Context, IntoContext};