Skip to content

Commit

Permalink
run_app_with_ui_multithreaded no longer needs to be public.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Feb 13, 2025
1 parent a06e0ad commit 6b75bc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/maelstrom-test-runner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub mod util;
#[cfg(test)]
pub mod fake_test_framework;

pub use app::run_app_with_ui_multithreaded;
pub use deps::*;

use anyhow::Result;
Expand Down Expand Up @@ -313,7 +312,7 @@ fn main_inner<TestRunnerT: TestRunner>(
metadata,
)?;

run_app_with_ui_multithreaded(
app::run_app_with_ui_multithreaded(
log_destination,
parent_config.timeout.map(Timeout::new),
ui,
Expand Down

0 comments on commit 6b75bc0

Please sign in to comment.