Skip to content

Commit

Permalink
Merge pull request #212 from GabLotus/master
Browse files Browse the repository at this point in the history
Remove std::time::Duration from the thread_pool_resources.rs example
  • Loading branch information
cart committed Aug 16, 2020
2 parents 77ebb46 + cf8bab2 commit 99e39b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/app/thread_pool_resources.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use bevy::{ecs::ParallelExecutorOptions, prelude::*};
use std::time::Duration;

/// This example illustrates how to customize the thread pool used internally (e.g. to only use a
/// certain number of threads).
Expand Down

0 comments on commit 99e39b5

Please sign in to comment.