unused import

This commit is contained in:
Gab Campbell 2020-08-16 13:43:42 -07:00
parent 77ebb461f9
commit cf8bab27a0

View file

@ -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).