From fa16315fd7ed4f11c3eb964833dbca844cb21ddf Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Tue, 19 Nov 2024 17:02:57 +0100 Subject: [PATCH] Remove test code warning --- 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;