diff --git a/src/green/mod.rs b/src/green/mod.rs index 6e6df73..3b19424 100644 --- a/src/green/mod.rs +++ b/src/green/mod.rs @@ -21,7 +21,6 @@ impl Green { data: "foobar".to_string(), }) } - // TODO: why Box dyn? pub fn add_data_feed(&self, data: Box){} pub fn add_broker(&self,broker: Box){} pub fn add_strategy(&self, strategy: Box){}