From a56081e18d307b989d54538b889ea8085e0743f1 Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Tue, 19 Nov 2024 19:11:00 +0300 Subject: [PATCH] Remove "testing implementations" warning (#3899) --- crates/testing/src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/testing/src/lib.rs b/crates/testing/src/lib.rs index 20d513dc2a..28f973a5b3 100644 --- a/crates/testing/src/lib.rs +++ b/crates/testing/src/lib.rs @@ -6,12 +6,6 @@ //! Testing infrastructure for `HotShot` -#![cfg_attr( - // hotshot_example option is set manually in justfile when running examples - not(any(test, debug_assertions)), - deprecated = "suspicious usage of testing/demo implementations in non-test/non-debug build" -)] - /// Helpers for initializing system context handle and building tasks. pub mod helpers;