mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-07 23:07:56 +00:00
Allow for compilers to be created in the dyn trait
This commit is contained in:
@@ -17,7 +17,7 @@ use tracing::info;
|
||||
use crate::Node;
|
||||
|
||||
/// The node pool starts one or more [Node] which then can be accessed
|
||||
/// in a round robbin fasion.
|
||||
/// in a round robbin fashion.
|
||||
pub struct NodePool<T> {
|
||||
next: AtomicUsize,
|
||||
nodes: Vec<T>,
|
||||
|
||||
Reference in New Issue
Block a user