From af3286a879f48b02f7edfe62ad408fa75963e8b6 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 9 Oct 2021 12:05:54 +0200 Subject: [PATCH] Remove const_panic feature It's been stabilized in https://github.com/rust-lang/rust/pull/89508. --- http/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/http/src/lib.rs b/http/src/lib.rs index 1e519e258..7f735133f 100644 --- a/http/src/lib.rs +++ b/http/src/lib.rs @@ -4,7 +4,6 @@ async_stream, const_fn_trait_bound, const_mut_refs, - const_panic, drain_filter, generic_associated_types, io_slice_advance,