Skip to content

Commit

Permalink
Remove "testing implementations" warning (#3899)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI authored Nov 19, 2024
1 parent 69eec99 commit a56081e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/testing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a56081e

Please sign in to comment.