From ce383862ffd84bf2f0f4a63d8760898f294519f6 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 23 May 2024 09:42:48 +0200 Subject: [PATCH] Remove obsolete weird feature guard --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 18b9226e..a7c603a3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -501,7 +501,6 @@ //! [chrono#1095]: https://github.com/chronotope/chrono/pull/1095 #![doc(html_root_url = "https://docs.rs/chrono/latest/", test(attr(deny(warnings))))] -#![cfg_attr(feature = "bench", feature(test))] // lib stability features as per RFC #507 #![deny(missing_docs)] #![deny(missing_debug_implementations)] #![warn(unreachable_pub)]