Removed stable feature(backtrace)

This commit is contained in:
Michael Pfaff 2023-03-30 09:21:07 -04:00
parent 710eb48e0c
commit 35bb62320f
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]
#![feature(backtrace)]
mod sealed;
pub(crate) use sealed::seal;