Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqdev committed May 19, 2024
1 parent d38e34f commit 5621dab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/green/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ impl Green {
data: "foobar".to_string(),
})
}
// TODO: why Box dyn?
pub fn add_data_feed(&self, data: Box<dyn BaseData>){}
pub fn add_broker(&self,broker: Box<dyn Broker>){}
pub fn add_strategy(&self, strategy: Box<dyn Strategy>){}
Expand Down

0 comments on commit 5621dab

Please sign in to comment.