Skip to content

Commit

Permalink
One clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Aug 7, 2023
1 parent 3e6a19e commit ac5baa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion testing/tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ async fn test_with_failures() {

use hotshot_testing::{
completion_task::TimeBasedCompletionTaskDescription,
overall_safety_task::OverallSafetyPropertiesDescription,
spinning_task::SpinningTaskDescription,
};

Expand Down
2 changes: 1 addition & 1 deletion testing/tests/web_server.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use async_compatibility_layer::logging::shutdown_logging;
use hotshot_testing::overall_safety_task::OverallSafetyPropertiesDescription;
use hotshot_testing::{
node_types::{SequencingTestTypes, SequencingWebImpl},
test_builder::{TestMetadata, TimingData},
overall_safety_task::OverallSafetyPropertiesDescription
};
use tracing::instrument;

Expand Down

0 comments on commit ac5baa4

Please sign in to comment.