Forgot to remove these features

This commit is contained in:
Michael Pfaff 2023-06-29 01:54:04 -04:00
parent 6ad97e1d76
commit ac3e26950a
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 0 additions and 2 deletions

View File

@ -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};