mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
unused import
This commit is contained in:
parent
77ebb461f9
commit
cf8bab27a0
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
use bevy::{ecs::ParallelExecutorOptions, prelude::*};
|
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
|
/// This example illustrates how to customize the thread pool used internally (e.g. to only use a
|
||||||
/// certain number of threads).
|
/// certain number of threads).
|
||||||
|
|
Loading…
Reference in a new issue