diff --git a/examples/app/thread_pool_resources.rs b/examples/app/thread_pool_resources.rs index 14b5d990e48ad..99f3016236748 100644 --- a/examples/app/thread_pool_resources.rs +++ b/examples/app/thread_pool_resources.rs @@ -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).